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

GHA for building and releasing improvements #446

Merged
merged 4 commits into from
Nov 2, 2023
Merged

Conversation

rjonczy
Copy link
Contributor

@rjonczy rjonczy commented Nov 1, 2023

Improvements for releasing Docker images

  • releasing from tags
    • producing docker image artifacts:
      • tag: <major>.<minor>.<path> (points to given path version)
      • tag: <major>.<minor> (points to latest path from . version)
      • tag: latest point to latest docker image
  • releasing from every branch
    • producing docker image artifacts:
      • tag: <branch_name> (points to latest commit in a given branch)
      • tag: <branch_name>-<short_git_sha> (points to given given commit in branch)

@rjonczy rjonczy self-assigned this Nov 1, 2023
@rjonczy rjonczy marked this pull request as ready for review November 1, 2023 15:30
@rjonczy rjonczy merged commit 02ce69e into master Nov 2, 2023
4 checks passed
@rjonczy rjonczy deleted the improve-ci-releases branch November 2, 2023 11:27
rjonczy added a commit that referenced this pull request Nov 2, 2023
* release tags and every commit from branches

* change to file

* setup buildx

* use bullseye
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.

3 participants