Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 15, 2024
1 parent 69f91a3 commit ce6fc8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
uses: docker/build-push-action@v6
with:
push: false
tags: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}-${{ matrix.context }}
context: "{{defaultContext}}:${{ matrix.context }}"
# platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}
build-args: COMMIT_SHA=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env[matrix.image_name_env] }},push-by-digest=true,name-canonical=true,push=false
Expand Down

0 comments on commit ce6fc8b

Please sign in to comment.