We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241a807 commit d3752d8Copy full SHA for d3752d8
.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6
34
with:
35
platforms: 'linux/amd64,linux/arm64/v8'
36
push: ${{ github.event_name != 'pull_request' }}
0 commit comments