Skip to content

Commit

Permalink
修改workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jun 23, 2024
1 parent a8b0e54 commit daf314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ali-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Enable Docker Buildx
run: docker buildx use mybuilder
- name: Build and push
run: docker buildx build --platform linux/amd64,linux/arm64/v8,linux/arm/v7 -t ${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.tag }} -t ${{ env.IMAGE_NAME }}:latest . --push
run: docker buildx build . --file Dockerfile --platform linux/amd64,linux/arm64/v8,linux/arm/v7 -t ${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.tag }} -t ${{ env.IMAGE_NAME }}:latest --push

0 comments on commit daf314a

Please sign in to comment.