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 438a905 + c858eed commit e84c3ecCopy full SHA for e84c3ec
1 file changed
.github/workflows/build-and-push.yaml
@@ -47,7 +47,7 @@ jobs:
47
password: ${{ secrets.GITHUB_TOKEN }}
48
49
- name: Build and push
50
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
51
with:
52
platforms: linux/amd64,linux/arm64
53
push: ${{ github.event_name != 'pull_request' }}
0 commit comments