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.
1 parent 4fec742 commit 4134c5eCopy full SHA for 4134c5e
.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # 5.3.0
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # 6.15.0
63
with:
64
push: ${{ github.event_name != 'pull_request' }}
65
context: .github/containers
0 commit comments