doc: update workflows config. #454

This commit is contained in:
jaywcjlove 2022-11-22 23:40:39 +08:00
parent 493a691beb
commit 9a6c090df6
1 changed files with 1 additions and 1 deletions

View File

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