How can we help you automating this? <@U02FZDEUUH0...
# docker
z
How can we help you automating this? @Colin - Krumware
c
I need to add a GHA to the cal.com repo, along with an access token into the actions secrets there
actually it looks like a secret is already there, I'd just need repository access temporarily so that I can develop on a local branch rather than a fork, if possible
z
Can I do that for you? I've recently refactored actions so I'm kinda fresh on the topic
c
yea, certainly
we add a "release" action in the docker repo with the release tag as an input for a workflow_dispatch trigger. That action then checks out the submodule based on the release tag input, then creates and tags the release. (that would then trigger the existing build workflow)
or you can do the checkout, build, and push all in one action in the cal.com repo
The first one makes a lot more sense
then add the trigger for that action to the release action in the cal.com repo
l
Omar López added a new issue CAL-1155 Auto docker releases
e
Please give us an update on this, because once again, I can't get the latest update... Only up to 2.6.7
c
The automation has not been added yet and the image hasn't tagged the release yet
Other items have taken priority, it's on the way
e
Is it tagged and available now? 🙂