chore: updating project setup
This commit is contained in:
parent
c4f346adce
commit
aea9ade538
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@ clone:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
settings:
|
settings:
|
||||||
tags: true
|
tags: true
|
||||||
|
when:
|
||||||
|
event: [push, pull_request]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
|
@ -17,8 +19,7 @@ pipeline:
|
||||||
- s3_access_key_id
|
- s3_access_key_id
|
||||||
- s3_secret_access_key
|
- s3_secret_access_key
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, tag]
|
event: [push, pull_request]
|
||||||
tag: v*
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
|
|
Loading…
Reference in a new issue