Now Docker images and builds are only done on tags Hopefully Docker builds work now
This commit is contained in:
parent
5d2f049404
commit
9634c32fe3
|
@ -9,8 +9,9 @@ pipeline:
|
||||||
docker-publish:
|
docker-publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
registry: gitea.massivebox.net
|
||||||
repo: gitea.massivebox.net/massivebox/ecodash
|
repo: gitea.massivebox.net/massivebox/ecodash
|
||||||
tags: dev
|
auto_tag: true
|
||||||
username: massivebox
|
username: massivebox
|
||||||
password:
|
password:
|
||||||
from_secret: auth_token
|
from_secret: auth_token
|
||||||
|
@ -22,4 +23,6 @@ pipeline:
|
||||||
files: ecodash
|
files: ecodash
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: auth_token
|
from_secret: auth_token
|
||||||
title: dev
|
title: ${CI_COMMIT_TAG}
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
Loading…
Reference in a new issue