Skip to content

toska hijack#1

Merged
tfhuhtal merged 1 commit intomainfrom
staging
Aug 13, 2025
Merged

toska hijack#1
tfhuhtal merged 1 commit intomainfrom
staging

Conversation

@tfhuhtal
Copy link

This pull request updates the GitHub Actions workflow for building and publishing the production Docker image. The workflow is now triggered by a published release instead of a push to the main branch, and it replaces Docker Hub with Quay.io as the image registry. The Docker build and push steps have also been simplified using a different GitHub Action.

Workflow trigger and registry updates:

  • Changed workflow trigger from push on the main branch to release events of type published, ensuring production images are built only for official releases.
  • Replaced Docker Hub authentication and image publishing with Quay.io, updating credentials and registry settings for the new destination.

Build and deployment process changes:

  • Consolidated Docker build and push steps using redhat-actions/push-to-registry@v2, simplifying the workflow and removing separate setup steps for Docker Buildx and Docker login.

Co-authored-by: tfhuhtal <tuomas.huhtala@icloud.com>
Copy link

@MatiasSinisalo MatiasSinisalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tfhuhtal tfhuhtal merged commit c68850c into main Aug 13, 2025
2 of 3 checks passed
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.

2 participants