We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493a691 commit 9a6c090Copy full SHA for 9a6c090
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
run: echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
153
154
- name: Build docker image
155
- 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 .
156
157
- name: Publish to GitHub registry
158
run: docker push ghcr.io/jaywcjlove/linux-command:latest
0 commit comments