Fix Drone build-and-push-image step

This commit is contained in:
James Mills 2022-11-08 09:38:40 +10:00
parent b367429ca2
commit a0b38fb01e
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -13,10 +13,10 @@ steps:
- name: build-image-push - name: build-image-push
image: plugins/kaniko image: plugins/kaniko
settings: settings:
repo: prologic/yarnd repo: prologic/tube
tags: latest tags: latest
build_args: build_args:
- VERSION=edge - VERSION=latest
- COMMIT=${DRONE_COMMIT_SHA:0:8} - COMMIT=${DRONE_COMMIT_SHA:0:8}
username: username:
from_secret: dockerhub_username from_secret: dockerhub_username