Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shencangsheng committed Jun 17, 2024
1 parent 89068f1 commit a1ca4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Docker Buildx (push)
run: |
docker buildx build \
--platform linux/386,linux/amd64,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm64 \
--output "type=image,push=true" \
--tag shencangsheng/registry-mirror-proxy:latest \
--tag shencangsheng/registry-mirror-proxy:${{ steps.prepare.outputs.version }} \
Expand Down

0 comments on commit a1ca4cc

Please sign in to comment.