Tag image correctly
continuous-integration/drone/push Build is passing Details

main
Georg Krause 2022-02-17 20:19:05 +01:00
parent e943ccc770
commit e2b5676286
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ platform:
steps:
- name: build
commands:
- docker build -t gcrkrause/renovate . --no-cache
- docker build -t gcrkrause/renovate:latest . --no-cache
- name: push
environment:
USERNAME:
@ -19,7 +19,7 @@ steps:
from_secret: docker-hub-pw
commands:
- docker login -u $USERNAME -p $PASSWORD
- docker push gckrause/renovate
- docker push gcrkrause/renovate:latest
#---
#kind: pipeline
#type: docker