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