mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix dev branch after_script inspect, also test cache
This commit is contained in:
parent
2fe10fd433
commit
043b7d9712
@ -49,7 +49,7 @@ docker-build-dev:
|
|||||||
--platform linux/arm64/v8,linux/amd64
|
--platform linux/arm64/v8,linux/amd64
|
||||||
--push .
|
--push .
|
||||||
after_script:
|
after_script:
|
||||||
- docker buildx imagetools inspect "$CI_REGISTRY_IMAGE${tag}"
|
- docker buildx imagetools inspect "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||||
|
|
||||||
docker-build-prod:
|
docker-build-prod:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user