Skip to content

Commit 9a6c090

Browse files
committed
doc: update workflows config. #454
1 parent 493a691 commit 9a6c090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
153153

154154
- name: Build docker image
155-
run: docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/jaywcjlove/linux-command:latest .
155+
run: docker build --platform linux/amd64,linux/arm64 -t ghcr.io/jaywcjlove/linux-command:latest .
156156

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

0 commit comments

Comments
 (0)