Started a changelog [CI SKIP]

This commit is contained in:
Jef Roosens 2022-01-27 22:14:08 +01:00
parent 83f1e3aa3d
commit 797b63f8ea
Signed by untrusted user: Jef Roosens
GPG key ID: B580B976584B5F30
4 changed files with 28 additions and 5 deletions

View file

@ -14,6 +14,11 @@ pipeline:
tag: dev
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
dry_run: true
build_args_from_env:
- CI_COMMIT_SHA
when:
event: pull_request
branch: dev
depends_on:
- build

View file

@ -6,8 +6,8 @@ pipeline:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
dockerfile: Dockerfile.ci
repo: chewingbever/vieter
dockerfile: Dockerfile.ci
tag: dev
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
build_args_from_env:
@ -21,10 +21,13 @@ pipeline:
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
dockerfile: Dockerfile.ci
tag:
- latest
- $CI_COMMIT_TAG
- ${CI_COMMIT_TAG}
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
build_args_from_env:
- CI_COMMIT_SHA
when:
event: tag
branch: main