Skip to content

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