Skip to content

Commit

Permalink
doc: update workflows config. #454
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 22, 2022
1 parent 9d35988 commit 493a691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build docker image
run: docker buildx create --platform linux/arm64,linux/arm/v8 -t ghcr.io/jaywcjlove/linux-command:latest .
run: docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/jaywcjlove/linux-command:latest .

- name: Publish to GitHub registry
run: docker push ghcr.io/jaywcjlove/linux-command:latest
Expand Down

0 comments on commit 493a691

Please sign in to comment.