generated from Templates/Baseline
add seperate step for tag
All checks were successful
ci/woodpecker/tag/renovate Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/next Pipeline was successful
ci/woodpecker/tag/deploy Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/tag/renovate Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/next Pipeline was successful
ci/woodpecker/tag/deploy Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
54e2520fab
commit
c06d212379
@ -9,9 +9,6 @@ pipeline:
|
|||||||
repo: gitea.ocram85.com/codeserver/arkanum
|
repo: gitea.ocram85.com/codeserver/arkanum
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
#build_args:
|
|
||||||
# - NODE_BASE=lts-buster-slim
|
|
||||||
# - NGINX_BASE=1.23.1-alpine
|
|
||||||
username:
|
username:
|
||||||
from_secret: gitea_user
|
from_secret: gitea_user
|
||||||
password:
|
password:
|
||||||
@ -19,5 +16,21 @@ pipeline:
|
|||||||
build_args:
|
build_args:
|
||||||
- VERSION="Tag ${CI_COMMIT_TAG} - Branch ${CI_COMMIT_SOURCE_BRANCH} - PR ${CI_COMMIT_PULL_REQUEST}"
|
- VERSION="Tag ${CI_COMMIT_TAG} - Branch ${CI_COMMIT_SOURCE_BRANCH} - PR ${CI_COMMIT_PULL_REQUEST}"
|
||||||
when:
|
when:
|
||||||
event: [push, tag]
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
buildTag:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
registry: gitea.ocram85.com
|
||||||
|
repo: gitea.ocram85.com/codeserver/arkanum
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
auto_tag: true
|
||||||
|
username:
|
||||||
|
from_secret: gitea_user
|
||||||
|
password:
|
||||||
|
from_secret: gitea_passwd
|
||||||
|
build_args:
|
||||||
|
- VERSION="Tag ${CI_COMMIT_TAG} - Branch ${CI_COMMIT_SOURCE_BRANCH} - PR ${CI_COMMIT_PULL_REQUEST}"
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user