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

add image release workflows #5348

Merged
merged 5 commits into from
Apr 4, 2024
Merged

add image release workflows #5348

merged 5 commits into from
Apr 4, 2024

Conversation

pdabelf5
Copy link
Collaborator

@pdabelf5 pdabelf5 commented Apr 4, 2024

Proposed changes

These workflows can we called individually or called from other workflows. They trigger the copy-images.sh script with the relevant config for the target registry.

Examples

oss-release.yml:

inputs.gcr_release_registry: true
inputs.ecr_public_registry: true
inputs.dockerhub_public_registry: true
inputs.quay_public_registry: true
inputs.github_public_registry: true
inputs.source_tag: edge
inputs.target_tag: 3.5.0
inputs.short_target_tag: 3.5
inputs.dry_run: false

plus-release.yml:

inputs.nginx_registry: true
inputs.gcr_release_registry: true
inputs.gcr_mktpl_registry: true
inputs.ecr_mktpl_registry: true
inputs.az_mktpl_registry: true
inputs.source_tag: edge
inputs.target_tag: 3.5.0
inputs.short_target_tag: 3.5
inputs.dry_run: false

retag-images.yml:

inputs.source_tag: <stable_md5>
inputs.target_tag: edge
inputs.dry_run: false

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@pdabelf5 pdabelf5 marked this pull request as ready for review April 4, 2024 14:24
@pdabelf5 pdabelf5 requested a review from a team as a code owner April 4, 2024 14:24
@pdabelf5 pdabelf5 merged commit d4592e2 into main Apr 4, 2024
77 checks passed
@pdabelf5 pdabelf5 deleted the image-publish-workflows branch April 4, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants