update CI
All checks were successful
ci/woodpecker/cron/build-docker Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-08-14 10:31:55 +02:00
parent 34a5550020
commit 48f0f1efcd
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -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