We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403090e commit 9fe2f73Copy full SHA for 9fe2f73
.github/workflows/qns.yml
@@ -59,7 +59,7 @@ jobs:
59
# set latest tag for default branch
60
type=raw,value=latest,enable={{is_default_branch}}
61
62
- - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
+ - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
63
if: ${{ github.event_name != 'pull_request' }}
64
with:
65
push: true
@@ -72,7 +72,7 @@ jobs:
72
# platforms: 'linux/amd64, linux/arm64'
73
platforms: 'linux/amd64'
74
75
76
id: docker_build_and_push
77
78
tags: ${{ steps.meta.outputs.tags }}
0 commit comments