This commit is contained in:
parent
34a5550020
commit
48f0f1efcd
1 changed files with 18 additions and 16 deletions
|
@ -11,27 +11,29 @@ steps:
|
||||||
- echo "$TS" >> tags.txt
|
- echo "$TS" >> tags.txt
|
||||||
- echo "latest" >> tags.txt
|
- echo "latest" >> tags.txt
|
||||||
- cat tags.txt
|
- cat tags.txt
|
||||||
deploy-forgejo:
|
|
||||||
when:
|
|
||||||
- event: tag
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
|
||||||
repo: code.lila.network/lauralani/netlify-cli
|
|
||||||
registry: code.lila.network
|
|
||||||
tags_file: ./tags.txt
|
|
||||||
username: lauralani
|
|
||||||
password:
|
|
||||||
from_secret: forgejo_token
|
|
||||||
deploy-dockerhub:
|
deploy-dockerhub:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||||
repo: lauralani/netlify-cli
|
repo: docker.io/lauralani/netlify-cli
|
||||||
# registry: https://index.docker.io/v1/
|
registry: docker.io
|
||||||
tags_file: ./tags.txt
|
tags_file: ./tags.txt
|
||||||
username: lauralani
|
username: lauralani
|
||||||
password:
|
password:
|
||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
|
|
||||||
|
# deploy-forgejo:
|
||||||
|
# when:
|
||||||
|
# - event: tag
|
||||||
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
|
# settings:
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
# platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||||
|
# repo: code.lila.network/lauralani/netlify-cli
|
||||||
|
# registry: code.lila.network
|
||||||
|
# tags_file: ./tags.txt
|
||||||
|
# username: lauralani
|
||||||
|
# password:
|
||||||
|
# from_secret: forgejo_token
|
Loading…
Reference in a new issue