tag shell scripting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2022-12-09 00:22:03 +04:00
parent d1803218f9
commit 69b806fcf5
1 changed files with 9 additions and 6 deletions

View File

@ -3,6 +3,14 @@ kind: pipeline
name: build-and-upload
steps:
- name: send-tags-to-tags-file
image: alpine
when:
event:
- push
- pull_request
commands:
- echo -n "latest, $(date +'%Y-%m-%d'), ${DRONE_COMMIT_SHA:0:7}, ${DRONE_COMMIT_SHA}, ${DRONE_BRANCH}" > .tags
- name: build-and-push
image: plugins/docker
environment:
@ -10,12 +18,7 @@ steps:
network_mode: bridge
settings:
repo: sneak/builder
custom_dns: [116.202.204.30]
tags:
- ${DRONE_COMMIT_SHA}
- "${DRONE_COMMIT_SHA:0:7}"
- ${DRONE_BRANCH}
- latest
force_tag: true
username:
from_secret: DOCKER_USERNAME
password: