pepakriz / gitlab-merger-bot

GitLab Merger Bot
56 stars 14 forks source link

ops: replace hardcoded docker namespace with variable for forks #215

Closed gjrtimmer closed 3 months ago

gjrtimmer commented 3 months ago

This PR replaces the hardcoded value of the docker namespace with a variable. This allows forks to build and tests their pull requests.

This only requires to setup a GitHub secret called DOCKER_NAMESPACE to make it all work.

@pepakriz I hope you consider this PR.