migrate CI to forgejo
This commit is contained in:
parent
dc425857e8
commit
af3589a64e
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@ pipeline:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
||||
tags: latest
|
||||
tags: latest,${CI_TAG}
|
||||
registry: git.van-hemmen.com
|
||||
username:
|
||||
from_secret: docker_username
|
||||
|
@ -32,4 +32,3 @@ pipeline:
|
|||
when:
|
||||
event:
|
||||
- tag
|
||||
branch: 'master'
|
||||
|
|
Loading…
Reference in a new issue