Do a login to my gitea docker
This commit is contained in:
parent
c3349704c1
commit
ac8171f58e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ steps:
|
||||||
- wget https://docker-perl-artifacts.minio.voots.org/generated/output.tar.xz
|
- wget https://docker-perl-artifacts.minio.voots.org/generated/output.tar.xz
|
||||||
- tar -xvJf output.tar.xz
|
- tar -xvJf output.tar.xz
|
||||||
- cpanm --installdeps .
|
- cpanm --installdeps .
|
||||||
|
- docker login -u simcop2387 -p $GITEA_DOCKER_TOKEN gitea.simcop2387.info
|
||||||
- perl build.pl
|
- perl build.pl
|
||||||
|
secrets: [gitea_docker_token]
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
Loading…
Add table
Reference in a new issue