Skip to content

Commit

Permalink
load image for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed May 2, 2024
1 parent b0389a2 commit e0f7d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Build image
run:
docker buildx build --platform linux/arm64,linux/amd64 -t "$IMAGE_NAME" .
docker buildx build --platform linux/arm64,linux/amd64 --load -t "$IMAGE_NAME" .

- name: Log into github registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit e0f7d63

Please sign in to comment.