We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216a315 commit 47b8d58Copy full SHA for 47b8d58
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Build and push the Docker image from the specified Dockerfile
79
id: docker_build
80
- uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3.1.1
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
81
with:
82
context: ${{ env.ROOTDIR }}
83
file: ${{ env.WORKDIR }}/Dockerfile
0 commit comments