Docker image, & local development docker-compose.yml #2
@ -10,5 +10,4 @@ steps:
|
||||
password:
|
||||
from_secret: docker_reg_passwd_3wc
|
||||
repo: 3wordchant/capsul-flask
|
||||
tags: latest
|
||||
|
||||
tags: ${DRONE_COMMIT_BRANCH}
|
||||
3wordchant marked this conversation as resolved
Outdated
|
||||
|
Loading…
Reference in New Issue
Block a user
Off-topic: does capsul do tagged releases? That'd be handy as the plugins/docker plugin has a
auto_tag: true
which generates the image tag based on the git tag. That is probably One For Later ™️The last one was a year ago, I think, probably worth asking Cyberia if they'd be down for that?
Even more off-topic: can
auto_tag: true
work off the branch name? I'd love a way to be able to publish different images from different branches without hardcoding the branch name.auto_tag
doesn't, but I think it's possible with interpolating e.g.${DRONE_COMMIT_BRANCH}
, see982556a