diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2022-11-08 09:38:40 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2022-11-08 09:38:40 +1000 |
| commit | a0b38fb01ec6f5628af54f6d2c9e12a1a3a2aaa8 (patch) | |
| tree | 34a8b6932136dbc1baf2e2e84005ddbe0d65bf45 /.drone.yml | |
| parent | b367429ca2cbc6df036dc2b10f86eda160c074c4 (diff) | |
Fix Drone build-and-push-image step
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 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 |
