Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Push image with git tag if set #44 #43

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

BadLiveware
Copy link
Contributor

After #29 tags started being used but they are never pushed. This pushes the image with a tag if the built commit is tagged. This will not work if the tag is set after the push to main, in that case another workflow is required: trigger on tag -> tag docker tag growthbook/proxy:git-${GITHUB_SHA::7} growthbook/proxy:${tag} -> docker push -a growthbook/proxy

@BadLiveware BadLiveware mentioned this pull request Jan 30, 2024
@BadLiveware BadLiveware changed the title Push image with git tag if set Push image with git tag if set #44 Jan 30, 2024
@bryce-fitzsimons bryce-fitzsimons merged commit 0e84f02 into growthbook:main Feb 12, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants