Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 813ab63683 | |||
| 487758180d | |||
| 3581af3192 | |||
| 7ef6d786cc | |||
| f56a386f66 | |||
| 0d83e3ae2d |
@@ -3,10 +3,9 @@ when:
|
|||||||
path:
|
path:
|
||||||
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
build_and_publish_gitea:
|
build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
registry: git.narvas.tech
|
|
||||||
settings:
|
settings:
|
||||||
repo: vistanarvas/container-update-checker,git.narvas.tech/vista/container-update-checker
|
repo: vistanarvas/container-update-checker,git.narvas.tech/vista/container-update-checker
|
||||||
tag: dev
|
tag: dev
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
check_self:
|
check_self:
|
||||||
# failure: ignore # this doesnt work
|
# failure: ignore # this doesnt work
|
||||||
image: alpine
|
image: alpine
|
||||||
@@ -9,7 +9,7 @@ pipeline:
|
|||||||
BASE: alpine:latest
|
BASE: alpine:latest
|
||||||
TARGET: vistanarvas/${CI_REPO_NAME}:latest
|
TARGET: vistanarvas/${CI_REPO_NAME}:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add curl jq
|
- apk add curl jq dateutils
|
||||||
- sh check.sh
|
- sh check.sh
|
||||||
when:
|
when:
|
||||||
cron: nightly
|
cron: nightly
|
||||||
@@ -17,14 +17,22 @@ pipeline:
|
|||||||
|
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
|
||||||
username: vistanarvas
|
|
||||||
password:
|
|
||||||
from_secret: DOCKERHUB_TOKEN
|
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
|
||||||
auto_tag: true
|
|
||||||
when:
|
when:
|
||||||
cron: nightly
|
cron: nightly
|
||||||
path:
|
path:
|
||||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
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