We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0153d9 commit 0b5877fCopy full SHA for 0b5877f
.github/workflows/docker.yml
@@ -174,7 +174,7 @@ jobs:
174
password: ${{ secrets.DOCKERHUB_TOKEN }}
175
- name: Build and push
176
id: docker_build
177
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
178
with:
179
push: ${{ github.event_name != 'pull_request' }}
180
context: .
0 commit comments