We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 975e93a + cb3bf5d commit 060a3ecCopy full SHA for 060a3ec
.github/workflows/publish.yml
@@ -89,7 +89,7 @@ jobs:
89
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
90
91
- name: Build and push
92
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
93
with:
94
platforms: linux/amd64,linux/arm64
95
push: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments