Fix some issues with docker buildx
Unfortunately, I can't use --load, I'll have to use --push directly
This commit is contained in:
parent
62829cecad
commit
7330851694
@ -32,9 +32,9 @@ Build:
|
||||
--platform linux/amd64,linux/arm64
|
||||
--cache-from $CI_HUB_USERNAME/$CI_PROJECT_NAME:latest
|
||||
--tag $CI_HUB_USERNAME/$CI_PROJECT_NAME:$CI_COMMIT_SHORT_SHA
|
||||
--push $CI_HUB_USERNAME/$CI_PROJECT_NAME:$CI_COMMIT_SHORT_SHA
|
||||
.
|
||||
- docker images
|
||||
- docker push $CI_HUB_USERNAME/$CI_PROJECT_NAME:$CI_COMMIT_SHORT_SHA
|
||||
|
||||
# TEST
|
||||
Test_HTTP_200:
|
||||
|
Loading…
Reference in New Issue
Block a user