Docker image CI build #43
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue
Most likely this will not work when the tag is not set. But I still want to try 😄