mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-17 20:41:00 +01:00
Compare commits
2 Commits
v0.0.7-cb1
...
v0.0.7-cb4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ceed77fd0 | |||
| 60a1d545ed |
@@ -6,7 +6,7 @@ labels:
|
|||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [tag]
|
||||||
image: golang:1.24
|
image: golang:1.24
|
||||||
commands:
|
commands:
|
||||||
- go get
|
- go get
|
||||||
@@ -15,10 +15,11 @@ steps:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [tag]
|
||||||
image: woodpeckerci/plugin-release
|
image: woodpeckerci/plugin-release
|
||||||
settings:
|
settings:
|
||||||
files:
|
files:
|
||||||
- 'releases/epuppy-*-v1-${CI_COMMIT_SHA:0:8}'
|
- 'releases/epuppy-*-v1-${CI_COMMIT_SHA:0:8}'
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: DEPLOY_TOKEN
|
from_secret: DEPLOY_TOKEN
|
||||||
|
target: woodpecker
|
||||||
|
|||||||
Reference in New Issue
Block a user