-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature/mx-1509 update container build and push #84
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
This was referenced Jun 13, 2024
cutoffthetop
changed the title
feature/housekeeping-20240612
feature/mx-1509 update container build and push
Jun 13, 2024
cutoffthetop
added a commit
to robert-koch-institut/mex-template
that referenced
this pull request
Jun 14, 2024
# PR Context - this is a prep for mx-1509 that fixes the container building and pushing to [ghcr](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) - this was completely broken for [mex-backend](https://github.com/robert-koch-institut/mex-backend/pkgs/container/mex-backend), and on [mex-drop](https://github.com/robert-koch-institut/mex-drop/pkgs/container/mex-drop) it was missing a `latest` tag - demo PR for the release pipeline changes: robert-koch-institut/mex-backend#84 - demo container index https://github.com/cutoffthetop/mex-backend/pkgs/container/mex-backend - demo release page https://github.com/cutoffthetop/mex-backend/releases # Added - Add more metadata labels to docker file - Add hint to PR template to explain testing for template changes - Configure sensible concurrency rules for all workflows - Add distribution upload step to release pipeline # Changes - Trigger documentation on release pipeline instead of pushed tag - Harmonize cron schedules # Removed - Remove docker workflow and move into release pipeline - Remove stale dependabot cve-scan config # Fixed - Fix tagging and pushing docker containers to ghcr.io --------- Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Context