We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd5b2f commit 7b0eac3Copy full SHA for 7b0eac3
.github/workflows/workflow-docker-release.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: binhex/workflow-templates/.github/workflows/workflow-docker-release.yml@main
11
with:
12
tags: ${{ github.event.inputs.tags }}
13
+ platforms: linux/amd64,linux/arm64
14
secrets:
15
CR_PAT: ${{ secrets.CR_PAT }}
16
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments