We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b52a0d3 + 98099e6 commit 90e613fCopy full SHA for 90e613f
.github/workflows/docker-publish.yml
@@ -106,7 +106,7 @@ jobs:
106
# https://github.com/docker/build-push-action
107
- name: Build and push Docker image
108
id: build-and-push
109
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
110
with:
111
context: .
112
push: ${{ github.event_name != 'pull_request' }}
0 commit comments