We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8341829 commit 294d5b0Copy full SHA for 294d5b0
.github/workflows/docker.yml
@@ -28,7 +28,7 @@ jobs:
28
password: ${{ secrets.DOCKER_PASSWORD }}
29
30
- name: Build and push Docker image
31
- uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
32
with:
33
context: .
34
push: true
0 commit comments