mirror of
https://github.com/hassio-addons/build-env.git
synced 2025-05-07 04:01:23 +00:00
🚑 Fixes issue in GitLab CI deployment
This commit is contained in:
parent
0ae573b90e
commit
d4c038cd8c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ deploy:
|
|||
- apk --no-cache add bash git
|
||||
- docker info
|
||||
- docker login -u gitlab-ci-token -p "${CI_JOB_TOKEN}" registry.gitlab.com
|
||||
- docker pull "registry.gitlab.com/${CI_PROJECT_PATH}/:${CI_COMMIT_SHA}"
|
||||
- docker pull "registry.gitlab.com/${CI_PROJECT_PATH}:${CI_COMMIT_SHA}"
|
||||
- |
|
||||
docker tag \
|
||||
"registry.gitlab.com/${CI_PROJECT_PATH}:${CI_COMMIT_SHA}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue