Compare commits
No commits in common. "develop" and "1.0.2" have entirely different histories.
2 changed files with 8 additions and 6 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: develop-${CI_COMMIT_SHA}
|
||||
tags: ${CI_COMMIT_BRANCH}
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: cb_token
|
||||
|
@ -31,7 +31,9 @@ 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_TAG}
|
||||
tags:
|
||||
- latest
|
||||
- ${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:1.1.0
|
||||
image: git.merp.digital/eranmorkon/woodpecker-scp:latest
|
||||
settings:
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue