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
|
||||
- cat tags.txt
|
||||
deploy-forgejo:
|
||||
when:
|
||||
- event: tag
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
|
@ -23,14 +25,12 @@ steps:
|
|||
password:
|
||||
from_secret: forgejo_token
|
||||
deploy-dockerhub:
|
||||
when:
|
||||
- event: tag
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||
repo: hub.docker.com/lauralani/netlify-cli
|
||||
registry: https://index.docker.io/v1/
|
||||
repo: lauralani/netlify-cli
|
||||
# registry: https://index.docker.io/v1/
|
||||
tags_file: ./tags.txt
|
||||
username: lauralani
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue