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.
2 parents b83c38c + da29e24 commit c495f05Copy full SHA for c495f05
.github/workflows/build.yaml
@@ -32,5 +32,5 @@ jobs:
32
--build-arg COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA") \
33
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:${{ env.VERSION }} \
34
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:latest \
35
- --platform linux/amd64,linux/arm64
+ --platform linux/amd64,linux/arm64 \
36
--push
0 commit comments