Fix Drone build-and-push-image step
This commit is contained in:
parent
b367429ca2
commit
a0b38fb01e
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ steps:
|
|||
- name: build-image-push
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: prologic/yarnd
|
||||
repo: prologic/tube
|
||||
tags: latest
|
||||
build_args:
|
||||
- VERSION=edge
|
||||
- VERSION=latest
|
||||
- COMMIT=${DRONE_COMMIT_SHA:0:8}
|
||||
username:
|
||||
from_secret: dockerhub_username
|
||||
|
|
Loading…
Reference in a new issue