Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

actions: add github action to create docker image automatically #8

Merged
merged 2 commits into from
Mar 27, 2020

Conversation

ppanero
Copy link
Member

@ppanero ppanero commented Mar 26, 2020

It creates a docker image when:

  • push to master --> latest (we will use for QA)
  • create a tag --> we can do so por releases

In order to work it requires someone with access to the settings to create a secret called DOCKER_PUBLISH_TOKEN. This secret should have a personal token with write:packages and repo scopes. (CC @lnielsen).

As for now GH actions do not allow to manually trigger the build (More on this IRL).

Tests with my fork and deploying in OpenShift, as per the docs. it works TM.

Closes #9

@ppanero ppanero merged commit 9d07582 into inveniosoftware:master Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

automate docker image creation and push
1 participant