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 9a6c090 commit 73c14bb
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 build --platform linux/amd64,linux/arm64 -t ghcr.io/jaywcjlove/linux-command:latest .
run: docker build -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 73c14bb

Please sign in to comment.