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

Update helix server to version 2024.1-2661979 #8

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

jankonikola93
Copy link

Helix server is updated to version 2024.1-2661979.
Github Action that can build and push image to docker hub is added.
If you want to configure this action to work in your repo you should create this variables on the repository level:

  • DOCKER_NAMESPACE - your docker namespace
  • DOCKER_REPOSITORY - name of the repository in your namespace you want to push image to

Also, you need to define this secrets values on the repository level:

  • DOCKER_USERNAME
  • DOCKER_PASSWORD

When you configure this, github action will push new version of the image on each new commit to main branch. This image will be tagged with main and latest tags.
If you want to create specific image tag you should create new tag with pattern 'v*' (v2024.1-2661979).

This is how it looks like on Docker Hub:
image

If you want to disable github actions for your repository, you can do this in repository settings:
image

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.

1 participant