This commit is contained in:
parent
5fc1c081f9
commit
6d0b264822
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ steps:
|
||||||
from_secret: REGISTRY_USER
|
from_secret: REGISTRY_USER
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: ${REGISTRY_NAME}/aaron/ansible-lint
|
repo: aaron/ansible-lint
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_BUILD_NUMBER}
|
- ${DRONE_BUILD_NUMBER}
|
||||||
|
@ -26,7 +26,7 @@ steps:
|
||||||
from_secret: REGISTRY_USER
|
from_secret: REGISTRY_USER
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: ${REGISTRY_NAME}/aaron/ansible-lint
|
repo: aaron/ansible-lint
|
||||||
tags: latest
|
tags: latest
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue