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 d989a90 + 42b30f2 commit e808c4aCopy full SHA for e808c4a
.github/workflows/build.yaml
@@ -25,8 +25,8 @@ jobs:
25
- name: build and push the image
26
run: |
27
docker buildx build . \
28
- --build-arg BUILD_ID=${{ github.run_id }}
29
- --build-arg COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA")
+ --build-arg BUILD_ID=${{ github.run_id }} \
+ --build-arg COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA") \
30
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:${{ env.VERSION }} \
31
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:latest \
32
--platform linux/amd64,linux/arm64
0 commit comments