Skip to content

Commit

Permalink
remove space between arches
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Jan 15, 2025
1 parent 50b307d commit 84b6ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build image
run: docker buildx build . --platform linux/amd64, linux/arm64 --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --load
run: docker buildx build . --platform linux/amd64,linux/arm64 --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --load
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

Expand Down

0 comments on commit 84b6ce3

Please sign in to comment.