Docker image CI build #43

Merged
skobkin merged 6 commits from feature_docker_ci_build into master 2022-08-13 21:04:20 +00:00
Showing only changes of commit de0359d681 - Show all commits

View file

@ -47,5 +47,6 @@ steps:
from_secret: docker_repo
tags:
- latest
# https://docs.drone.io/pipeline/environment/reference/
- ${DRONE_COMMIT_SHA:0:10}
- ${DRONE_TAG}
Review

Most likely this will not work when the tag is not set. But I still want to try 😄

Most likely this will not work when the tag is not set. But I still want to try :smile: