We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d5979a + 19a5239 commit f6e9f24Copy full SHA for f6e9f24
.github/workflows/build-ci-image.yml
@@ -59,7 +59,7 @@ jobs:
59
password: ${{ secrets.GITHUB_TOKEN }}
60
61
- name: Build and Publish Image
62
- uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 6.17.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 6.18.0
63
with:
64
push: ${{ github.event_name != 'pull_request' }}
65
context: .github/containers
0 commit comments