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 fa9122a commit cff5ca4Copy full SHA for cff5ca4
.github/workflows/docker.yaml
@@ -58,7 +58,7 @@ jobs:
58
password: ${{ secrets.GITHUB_TOKEN }}
59
60
- name: Build and push all platforms
61
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
62
with:
63
# Always build, but don't push to container registries on PRs.
64
push: ${{ github.event_name != 'pull_request' }}
0 commit comments