We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8341829 commit 9db3c06Copy full SHA for 9db3c06
.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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
32
with:
33
context: .
34
push: true
0 commit comments