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 f2e87d6 commit bb8462dCopy full SHA for bb8462d
.github/workflows/docker.yml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ github.repository_owner }}
31
password: ${{ secrets.GITHUB_TOKEN }}
32
- name: Build and push
33
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
34
with:
35
platforms: 'linux/amd64,linux/arm64/v8'
36
push: ${{ github.event_name != 'pull_request' }}
0 commit comments