We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 610ad1a + 5bd9b9f commit 23e4a61Copy full SHA for 23e4a61
1 file changed
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
97
98
- name: Build Container ${{ github.repository }}
99
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
100
id: build
101
with:
102
file: "./Dockerfile"
0 commit comments