Compare commits
No commits in common. "e8904313fb191e46ff8bed4c9551f153088f83a3" and "cbaf75ab09d869bdb87d48fdfd21c69561b02699" have entirely different histories.
e8904313fb
...
cbaf75ab09
|
@ -7,9 +7,9 @@ steps:
|
|||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
|
||||
registry: git.merp.digital
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
exclude: [develop, master]
|
||||
- event: push
|
||||
branch:
|
||||
exclude: [develop, master]
|
||||
|
||||
publish-nightly:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue