mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
Workflow: Build docker image on push and pull_request
This commit is contained in:
parent
6bf02a4ea0
commit
d8edcb07e4
1 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,17 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [ "pull_request", "push" ]
|
event: [ "pull_request", "push" ]
|
||||||
|
|
||||||
|
build-docker:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
no_push: true
|
||||||
|
repo: Codeberg/pages-server
|
||||||
|
tags: latest
|
||||||
|
when:
|
||||||
|
event: [ "pull_request", "push" ]
|
||||||
|
path: Dockerfile
|
||||||
|
|
||||||
build-tag:
|
build-tag:
|
||||||
group: compliant
|
group: compliant
|
||||||
image: a6543/golang_just
|
image: a6543/golang_just
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue