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