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