Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 813ab63683 | |||
| 487758180d | |||
| 3581af3192 | |||
| 7ef6d786cc | |||
| f56a386f66 | |||
| 0d83e3ae2d |
@@ -3,10 +3,9 @@ when:
|
||||
path:
|
||||
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
||||
|
||||
pipeline:
|
||||
build_and_publish_gitea:
|
||||
steps:
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
registry: git.narvas.tech
|
||||
settings:
|
||||
repo: vistanarvas/container-update-checker,git.narvas.tech/vista/container-update-checker
|
||||
tag: dev
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
when:
|
||||
branch: master
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
check_self:
|
||||
# failure: ignore # this doesnt work
|
||||
image: alpine
|
||||
@@ -9,7 +9,7 @@ pipeline:
|
||||
BASE: alpine:latest
|
||||
TARGET: vistanarvas/${CI_REPO_NAME}:latest
|
||||
commands:
|
||||
- apk add curl jq
|
||||
- apk add curl jq dateutils
|
||||
- sh check.sh
|
||||
when:
|
||||
cron: nightly
|
||||
@@ -17,14 +17,22 @@ pipeline:
|
||||
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
auto_tag: true
|
||||
when:
|
||||
cron: nightly
|
||||
path:
|
||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
||||
event: [push, tag, deployment, cron, manual]
|
||||
event: [push, tag, deployment, cron, manual]
|
||||
settings:
|
||||
repo: vistanarvas/container-update-checker,git.narvas.tech/vista/container-update-checker
|
||||
auto_tag: true
|
||||
logins:
|
||||
# Default DockerHub login
|
||||
- registry: https://index.docker.io/v1/
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
# Additional Gitea login
|
||||
- registry: https://git.narvas.tech
|
||||
username: vista
|
||||
password:
|
||||
from_secret: GITEA_TOKEN
|
||||
Reference in New Issue
Block a user