Oh right --push doesn't take an argument

This commit is contained in:
Salt 2021-03-25 00:31:04 -05:00
parent 7330851694
commit ad67e1831b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ 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
--push
.
- docker images