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

ci: add GitHub Actions workflow for publishing DevContainer images #9

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

Yurzs
Copy link
Owner

@Yurzs Yurzs commented Mar 11, 2025

This pull request introduces a new GitHub Actions workflow to automate the publishing of DevContainer images for both frontend and backend components. The workflow is triggered on pushes to the master branch and on demand via workflow dispatch.

Key changes include:

  • .github/workflows/devcontainer-publish.yml: Added a new workflow to build and publish Docker images for frontend and backend components using Docker Buildx and GitHub Container Registry. The workflow is triggered on pushes to the master branch and paths under .devcontainer/**.

@Yurzs Yurzs merged commit d092198 into master Mar 11, 2025
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