This commit is contained in:
parent
b0cdbece9c
commit
884e1d009c
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ steps:
|
|||
environment:
|
||||
IMAGE_NAME: "ghcr.io/codemicro/website"
|
||||
commands:
|
||||
- docker build . --tag ${IMAGE_NAME}:latest --tag ${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA#'v'}
|
||||
- "docker build . --tag ${IMAGE_NAME}:latest --tag ${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA#'v'}"
|
||||
- "docker push --all-tags $IMAGE_NAME"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue