Create and host docker images for the CI (#34) #39

Merged
Aire-One merged 8 commits from feat/#34 into master 2022-12-09 18:08:18 +01:00
3 changed files with 0 additions and 105 deletions
Showing only changes of commit 6dc13b1386 - Show all commits

View File

@ -1,35 +0,0 @@
variables:
- &buildx woodpeckerci/plugin-docker-buildx:2.0.0
- &file Dockerfile.cyan
- &repo gitea.aireone.xyz/${CI_REPO,,}
- &platforms linux/amd64
pipeline:
dryrun:
image: *buildx
settings:
dockerfile: *file
platforms: *platforms
dry_run: true
repo: *repo
when:
branch: master
event: pull_request
path: *file
publish:
image: *buildx
settings:
dockerfile: *file
platforms: *platforms
registry: gitea.aireone.xyz
repo: *repo
auto_tag: true
username:
from_secret: publish_username
password:
from_secret: publish_token
when:
branch: master
event: push
path: *file

View File

@ -1,35 +0,0 @@
variables:
- &buildx woodpeckerci/plugin-docker-buildx:2.0.0
- &file Dockerfile.luacheck_just
- &repo gitea.aireone.xyz/${CI_REPO,,}
- &platforms linux/amd64
pipeline:
dryrun:
image: *buildx
settings:
dockerfile: *file
platforms: *platforms
dry_run: true
repo: *repo
when:
branch: master
event: pull_request
path: *file
publish:
image: *buildx
settings:
dockerfile: *file
platforms: *platforms
registry: gitea.aireone.xyz
repo: *repo
auto_tag: true
username:
from_secret: publish_username
password:
from_secret: publish_token
when:
branch: master
event: push
path: *file

View File

@ -1,35 +0,0 @@
variables:
- &buildx woodpeckerci/plugin-docker-buildx:2.0.0
- &file Dockerfile.stylua_just
- &repo gitea.aireone.xyz/${CI_REPO,,}
- &platforms linux/amd64
pipeline:
dryrun:
image: *buildx
settings:
dockerfile: *file
platforms: *platforms
dry_run: true
repo: *repo
when:
branch: master
event: pull_request
path: *file
publish:
image: *buildx
settings:
dockerfile: *file
platforms: *platforms
registry: gitea.aireone.xyz
repo: *repo
auto_tag: true
username:
from_secret: publish_username
password:
from_secret: publish_token
when:
branch: master
event: push
path: *file