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 #1

Closed
wants to merge 1 commit into from
Closed

Conversation

BadLiveware
Copy link
Owner

After growthbook#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

# 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.

1 participant