Revert "Publish to Docker-Hub and Codeberg (#27)"
https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/27#issuecomment-639378
This reverts commit 97917ac4b9
.
This commit is contained in:
parent
97917ac4b9
commit
5868a6e6a8
@ -26,21 +26,13 @@ pipeline:
|
|||||||
image: woodpeckerci/plugin-docker-buildx:1.0
|
image: woodpeckerci/plugin-docker-buildx:1.0
|
||||||
settings:
|
settings:
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
repo: woodpeckerci/plugin-docker-buildx,codeberg.org/woodpecker-plugins/docker-buildx
|
repo: woodpeckerci/plugin-docker-buildx
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
dockerfile: Dockerfile.multiarch
|
dockerfile: Dockerfile.multiarch
|
||||||
logins:
|
|
||||||
- registry: https://index.docker.io/v1/
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
- registry: https://codeberg.org
|
|
||||||
username:
|
|
||||||
from_secret: cb_username
|
|
||||||
password:
|
|
||||||
from_secret: cb_password
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: [push, tag, cron]
|
event: [push, tag, cron]
|
||||||
branch: main
|
branch: main
|
||||||
|
Loading…
Reference in New Issue
Block a user