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
|
||||
|
||||
docker-master:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
||||
tags: latest,${CI_COMMIT}
|
||||
|
@ -20,7 +20,7 @@ pipeline:
|
|||
branch: 'master'
|
||||
|
||||
docker-tag:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.van-hemmen.com/guillaumehemmen/sonar-scanner
|
||||
tags: latest,${CI_TAG}
|
||||
|
|
Loading…
Reference in a new issue