We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bfb408 + e3a8c2d commit 333e586Copy full SHA for 333e586
.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@v3
+ uses: docker/build-push-action@v4
93
with:
94
platforms: linux/amd64,linux/arm64
95
push: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments