Skip to content

Commit

Permalink
Fixed docker images not being loaded #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jordybronowicki37 committed Oct 24, 2024
1 parent 48ba216 commit 7c887ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build the Docker image
run: |
docker buildx build . --platform linux/arm64/v8,linux/amd64 \
docker buildx build . --load --platform linux/arm64/v8,linux/amd64 \
--file Dockerfile \
--tag ghcr.io/${{ github.actor }}/${{ inputs.image_name }}:${{ inputs.version }} \
--tag ghcr.io/${{ github.actor }}/${{ inputs.image_name }}:latest \
Expand Down

0 comments on commit 7c887ef

Please sign in to comment.