This commit is contained in:
parent
fc1daad94b
commit
0dcf2d11b3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ steps:
|
|||
publish-docker:
|
||||
image: docker:26-cli
|
||||
commands:
|
||||
- tag="tintounn/trepa:$${CI_COMMIT_TAG}"
|
||||
- tag="tintounn/portfolio:$${CI_COMMIT_TAG}"
|
||||
- docker login -u="$${DOCKER_USERNAME}" -p="$${DOCKER_PASSWORD}"
|
||||
- docker build --rm --tag $tag .
|
||||
- docker push $tag
|
||||
|
|
Loading…
Reference in a new issue