We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975e93a commit cb3bf5dCopy full SHA for cb3bf5d
.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