Skip to content

Commit

Permalink
improve ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Jul 11, 2023
1 parent 660dc55 commit 0fdb405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .woodpecker/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipeline:
steps:
dryrun:
image: woodpeckerci/plugin-docker-buildx
settings:
Expand Down Expand Up @@ -32,3 +32,6 @@ pipeline:
secrets: [docker_username, docker_password]
when:
event: tag

depends_on:
- test
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipeline:
steps:
install:
image: node:18-alpine
commands:
Expand Down

0 comments on commit 0fdb405

Please sign in to comment.