mirror of
https://github.com/docker/bake-action.git
synced 2026-01-22 12:22:21 +01:00
ci: disable registry check for load/push
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
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
|
*.tags=localhost:5000/name/app:latest
|
||||||
-
|
-
|
||||||
name: Check registry
|
name: Check registry
|
||||||
|
# TODO: enable when --load case fixed (currently overrides --push)
|
||||||
|
if: false
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}'
|
docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}'
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user