Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64b7d65f62 | |||
| d205703b1c | |||
| 0e54e70084 |
@@ -23,9 +23,17 @@ steps:
|
|||||||
cron: nightly
|
cron: nightly
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
repo: vistanarvas/msmtp,git.narvas.tech/vista/msmtp
|
||||||
|
auto_tag: true
|
||||||
|
context: ./build
|
||||||
|
logins:
|
||||||
|
# Default DockerHub login
|
||||||
|
- registry: https://index.docker.io/v1/
|
||||||
username: vistanarvas
|
username: vistanarvas
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKERHUB_TOKEN
|
from_secret: DOCKERHUB_TOKEN
|
||||||
context: ./build
|
# Additional Gitea login
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
- registry: https://git.narvas.tech
|
||||||
auto_tag: true
|
username: vista
|
||||||
|
password:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
Reference in New Issue
Block a user