We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 085af7c + 936ee61 commit bcce5e2Copy full SHA for bcce5e2
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
93
94
- name: Build and push
95
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
96
with:
97
platforms: linux/amd64,linux/arm64
98
push: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments