We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c66fc commit 8c0a606Copy full SHA for 8c0a606
1 file changed
.github/workflows/posting.yml
@@ -43,6 +43,7 @@ jobs:
43
uses: docker/build-push-action@v6
44
with:
45
file: "./docker/command/Dockerfile"
46
+ platforms: linux/amd64,linux/arm64
47
push: true
48
tags: ${{ vars.DOCKERHUB_USERNAME }}/pryvt_posting_command:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
49
- name: Build without push
@@ -69,6 +70,7 @@ jobs:
69
70
71
72
file: "./docker/query/Dockerfile"
73
74
75
tags: ${{ vars.DOCKERHUB_USERNAME }}/pryvt_posting_query:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
76
0 commit comments