Also fix missing - in OS_TAG
This commit is contained in:
parent
d1b3cd8824
commit
138d81aa76
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
- tar -xvJf output-${CI_PIPELINE_NUMBER}.tar.xz
|
||||
- cpanm --installdeps .
|
||||
- docker login -u simcop2387 -p $GITEA_DOCKER_TOKEN gitea.simcop2387.info
|
||||
- perl build.pl --suffix $CI_PIPELINE_CREATED --build_args OS_TAG=$CI_PIPELINE_CREATED
|
||||
- perl build.pl --suffix $CI_PIPELINE_CREATED --build_args OS_TAG=-$CI_PIPELINE_CREATED
|
||||
secrets: [gitea_docker_token]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Add table
Reference in a new issue