mirror of
https://github.com/docker/bake-action.git
synced 2026-01-22 12:22:21 +01:00
Merge pull request #195 from crazy-max/fix-load-push
ci: disable registry check for load/push
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 .}}'
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user