Add .github/workflows/publish.yml workflow#131
Open
hehej20 wants to merge 5 commits intoeficode-academy:mainfrom
Open
Add .github/workflows/publish.yml workflow#131hehej20 wants to merge 5 commits intoeficode-academy:mainfrom
hehej20 wants to merge 5 commits intoeficode-academy:mainfrom
Conversation
… setup Dockerfiles for both backend and frontend services. Introduced a docker-compose.yml to run both container together. This makes local development and enviroment setup easier and more consistent. Closes #2
- Created new workflow file: .github/workflows/publish.yml - Workflow runs on push to main and via manual trigger (workflow_dispatch) - Sets environment variables for backend/frontend Docker images and commit SHA - Builds and pushes Docker images for both backend and frontend to Docker Hub - Includes login to Docker Hub and tagging of images with both 'latest' and short SHA
Content for publish.yml files was added again due to an error with the push from local to remote branch
Add ".github/workflows/publish.yml workflow"
all PR's against main will be testet by CI before merging. Error fixed for line 104 fixed as per advised in the exercise. println --> prinf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new GitHub Actions workflow:
.github/workflows/publish.yml.Details:
mainand via manual trigger (workflow_dispatch)latestand short SHA