This commit is contained in:
parent
f5a9cecc30
commit
2235e4449d
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
ghcr-login:
|
docker-login:
|
||||||
image: docker:cli
|
image: docker
|
||||||
environment:
|
environment:
|
||||||
- GITHUB_PAT
|
- GITHUB_PAT
|
||||||
- GITHUB_USERNAME
|
- GITHUB_USERNAME
|
||||||
|
@ -38,9 +38,11 @@ pipeline:
|
||||||
path: /tmp/woodpecker-cache
|
path: /tmp/woodpecker-cache
|
||||||
|
|
||||||
save-artifacts:
|
save-artifacts:
|
||||||
image: woodpeckerci/plugin-artifacts
|
image: ghcr.io/woodpecker-ci/plugin-artifacts
|
||||||
settings:
|
settings:
|
||||||
path: /output/resilient*.jar
|
files:
|
||||||
|
- /output/resilient*.jar
|
||||||
|
destination: build
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue