This commit is contained in:
parent
5bcfb3718a
commit
34a5550020
1 changed files with 4 additions and 4 deletions
|
@ -12,6 +12,8 @@ steps:
|
||||||
- echo "latest" >> tags.txt
|
- echo "latest" >> tags.txt
|
||||||
- cat tags.txt
|
- cat tags.txt
|
||||||
deploy-forgejo:
|
deploy-forgejo:
|
||||||
|
when:
|
||||||
|
- event: tag
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -23,14 +25,12 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: forgejo_token
|
from_secret: forgejo_token
|
||||||
deploy-dockerhub:
|
deploy-dockerhub:
|
||||||
when:
|
|
||||||
- event: tag
|
|
||||||
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: hub.docker.com/lauralani/netlify-cli
|
repo: lauralani/netlify-cli
|
||||||
registry: https://index.docker.io/v1/
|
# registry: https://index.docker.io/v1/
|
||||||
tags_file: ./tags.txt
|
tags_file: ./tags.txt
|
||||||
username: lauralani
|
username: lauralani
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue