Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
42976488a7 | |||
e8904313fb | |||
50d070813a | |||
b5b149ee13 | |||
4a90cdc351 |
2 changed files with 6 additions and 8 deletions
|
@ -17,7 +17,7 @@ steps:
|
|||
repo: git.merp.digital/${CI_REPO_OWNER}/woodpecker-scp
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
|
||||
registry: git.merp.digital
|
||||
tags: ${CI_COMMIT_BRANCH}
|
||||
tags: develop-${CI_COMMIT_SHA}
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: cb_token
|
||||
|
@ -31,9 +31,7 @@ steps:
|
|||
repo: git.merp.digital/${CI_REPO_OWNER}/woodpecker-scp
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
|
||||
registry: git.merp.digital
|
||||
tags:
|
||||
- latest
|
||||
- ${CI_COMMIT_TAG}
|
||||
tags: ${CI_COMMIT_TAG}
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: cb_token
|
||||
|
|
|
@ -8,7 +8,7 @@ To use woodpecker-scp use the following entries in your `.woodpecker.yml`:
|
|||
|
||||
```yaml
|
||||
publish:
|
||||
image: git.merp.digital/eranmorkon/woodpecker-scp:latest
|
||||
image: git.merp.digital/eranmorkon/woodpecker-scp:1.1.0
|
||||
settings:
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue