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

Prebuild docker image #1

Merged
merged 6 commits into from
Dec 29, 2024
Merged

Prebuild docker image #1

merged 6 commits into from
Dec 29, 2024

Conversation

mrfelton
Copy link
Member

This pull request introduces two new GitHub Actions workflows and updates the container image reference in the action.yml file. The new workflows facilitate continuous delivery and version checking for container images.

New GitHub Actions workflows:

  • .github/workflows/cd.yml: Added a Continuous Delivery workflow that creates a release and publishes the container image to the GitHub Container Registry when a pull request is merged or the workflow is run manually.
  • .github/workflows/version-check.yml: Added a Version Check workflow that verifies if the container image version in the current pull request has already been published, preventing merges until the version is incremented.

Container image reference update:

  • action.yml: Updated the container image reference to use the latest version from the GitHub Container Registry.

@mrfelton mrfelton self-assigned this Dec 29, 2024
Copy link

Semantic Version Check Passed ✅

Version in manifest file .version is valid.

This comment will be automatically updated as changes are pushed to this PR branch.

@mrfelton mrfelton merged commit 25ce55a into main Dec 29, 2024
2 of 4 checks passed
@mrfelton mrfelton deleted the container-prebuilt branch December 29, 2024 14:28
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