We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d63df commit a364ddaCopy full SHA for a364dda
.github/workflows/ci.yaml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Login to Docker Hub
45
uses: docker/login-action@v3
46
+ if: startsWith(github.ref, 'refs/tags/v')
47
with:
48
username: ${{ secrets.SHARED_DOCKERHUB_USER }}
49
password: ${{ secrets.SHARED_DOCKERHUB_TOKEN }}
@@ -54,4 +55,5 @@ jobs:
54
55
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
58
+ platforms: linux/amd64,linux/arm64
59
0 commit comments