Skip to content

Commit

Permalink
Merge pull request #195 from crazy-max/fix-load-push
Browse files Browse the repository at this point in the history
ci: disable registry check for load/push
  • Loading branch information
crazy-max committed Mar 14, 2024
2 parents 017aa05 + f423d25 commit 33a1cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ jobs:
*.tags=localhost:5000/name/app:latest
-
name: Check registry
# TODO: enable when --load case fixed (currently overrides --push)
if: false
run: |
docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}'
-
Expand Down

0 comments on commit 33a1cc6

Please sign in to comment.