Fix some issues with docker buildx

Unfortunately, I can't use --load, I'll have to use --push directly
This commit is contained in:
Salt 2021-03-25 00:24:13 -05:00
parent 62829cecad
commit 7330851694
1 changed files with 1 additions and 1 deletions

View File

@ -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: