forked from vieter-v/vieter
Started a changelog [CI SKIP]
This commit is contained in:
parent
83f1e3aa3d
commit
797b63f8ea
4 changed files with 28 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue