ci(build): remove Makefile from dockerignore
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-03 21:56:53 +01:00
parent 6e9ea164f5
commit 896cf0335d
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -15,14 +15,45 @@ pipeline:
from_secret: registry_user
password:
from_secret: registry_password
when:
event: [push]
# build_push_latest_dhub:
# image: plugins/docker
# secrets: [registry_user, registry_docker_password]
# settings:
# repo: ${CI_REPO}
# tags: latest
# username:
# from_secret: registry_user
# password:
# from_secret: registry_docker_password
build_push_tag_gitnet:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
registry: gitnet.fr
repo: gitnet.fr/${CI_REPO}
tags: ${CI_COMMIT_TAG}
username:
from_secret: registry_user
password:
from_secret: registry_password
when:
event: [tag]
build_push_latest_dhub:
image: plugins/docker
secrets: [registry_user, registry_docker_password]
settings:
repo: ${CI_REPO}
tags: latest
username:
from_secret: registry_user
password:
from_secret: registry_docker_password
when:
event: [push]
build_push_tag_dhub:
image: plugins/docker
secrets: [registry_user, registry_docker_password]
settings:
repo: ${CI_REPO}
tags: ${CI_COMMIT_TAG}
username:
from_secret: registry_user
password:
from_secret: registry_docker_password
when:
event: [tag]