Try this?
This commit is contained in:
parent
379595c9a7
commit
227b4d638f
1 changed files with 22 additions and 3 deletions
|
@ -7,6 +7,25 @@ steps:
|
|||
auto_tag: true
|
||||
tags:
|
||||
- vel-${CI_PIPELINE_NUMBER}
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
||||
logins:
|
||||
- registry: https://gitea.simcop2387.info/
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
||||
|
||||
|
||||
|
||||
# steps:
|
||||
# cache-os:
|
||||
# image: woodpeckerci/plugin-docker-buildx
|
||||
# settings:
|
||||
# repo: gitea.simcop2387.info/simcop2387/text-gen-os-raw
|
||||
# dockerfile: cache-main/Dockerfile
|
||||
# auto_tag: true
|
||||
# tags:
|
||||
# - build-${CI_PIPELINE_NUMBER}
|
||||
# logins:
|
||||
# - registry: https://gitea.simcop2387.info/
|
||||
# username: simcop2387
|
||||
# password:
|
||||
# from_secret: docker_token
|
||||
|
|
Loading…
Add table
Reference in a new issue