Skip to content

Commit

Permalink
needs a -i
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jun 21, 2024
1 parent ddf0e50 commit 4c334af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Load and push image
run: |
for f in *.tar; do
cat $f | docker load
cat $f | docker load -i
done
docker push -a ghcr.io/${{ needs.RepoName.outputs.value }}
docker push -a ${{ needs.RepoName.outputs.value }}

0 comments on commit 4c334af

Please sign in to comment.