wtf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
SebClem 2022-12-18 20:11:41 +01:00
parent e65670bd70
commit b8846f62ae
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -13,19 +13,18 @@ pipeline:
# when: # when:
# event: [push, pull_request, manual] # event: [push, pull_request, manual]
build-and-push: publish:
image: woodpeckerci/plugin-docker-buildx:2.0 image: woodpeckerci/plugin-docker-buildx:2.0
settings: settings:
tags: latest
tag: latest
platforms: linux/amd64 platforms: linux/amd64
username: username:
from_secret: harbor_username from_secret: harbor_username
password: password:
from_secret: harbor_password from_secret: harbor_password
repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} # cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
registry: harbor.sebclem.fr registry: harbor.sebclem.fr
tag: latest
# when: # when:
# environment: production # environment: production