We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e381427 + 1f532ff commit 3cd3cc0Copy full SHA for 3cd3cc0
.github/workflows/docker.yml
@@ -59,7 +59,7 @@ jobs:
59
password: ${{ secrets.GITHUB_TOKEN }}
60
61
- name: Build container image
62
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
+ uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
63
with:
64
platforms: ${{ startsWith(github.event.inputs.folderPath, 'client') && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
65
push: true
0 commit comments