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 CI Workflow for Conditional Docker Image Push #159

Merged
merged 6 commits into from
Apr 24, 2024

Conversation

brotandgames
Copy link
Owner

Update CI Workflow for Conditional Docker Image Push

  • Modified the CI workflow to separate the Docker image build and push actions
  • Introduced a conditional step for pushing: images are now only pushed if the tag does not contain -rc
  • Ensures that all tagged images, including -rcX versions, are built, but only stable releases are pushed
  • Enhances flexibility and control over the release process in the CI pipeline

- Modified the CI workflow to separate the Docker image build and push actions
- Introduced a conditional step for pushing: images are now only pushed if the tag does not contain `-rc`
- Ensures that all tagged images, including `-rcX` versions, are built, but only stable releases are pushed
- Enhances flexibility and control over the release process in the CI pipeline
@brotandgames brotandgames merged commit 4930941 into master Apr 24, 2024
2 checks passed
@brotandgames brotandgames deleted the modify-ci-workflow branch May 26, 2024 07:47
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.

None yet

1 participant