Update .woodpecker.yml
This commit is contained in:
parent
82884bd2d6
commit
9aeecf2f7a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
- printenv
|
- printenv
|
||||||
|
|
||||||
docker-master:
|
docker-master:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
||||||
tags: latest,${CI_COMMIT}
|
tags: latest,${CI_COMMIT}
|
||||||
|
@ -20,7 +20,7 @@ pipeline:
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
|
||||||
docker-tag:
|
docker-tag:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
||||||
tags: latest,${CI_TAG}
|
tags: latest,${CI_TAG}
|
||||||
|
|
Loading…
Reference in a new issue