Skip to content

Conversation

@hehej20
Copy link

@hehej20 hehej20 commented Aug 14, 2025

This PR introduces a new GitHub Actions workflow: .github/workflows/publish.yml.

Details:

  • Workflow runs on push to main and via manual trigger (workflow_dispatch)
  • Defines environment variables for backend/frontend Docker images and commit SHA
  • Builds and pushes Docker images for both backend and frontend to Docker Hub
  • Includes Docker Hub login and tagging of images with both latest and short SHA

hehej20 and others added 5 commits August 14, 2025 14:37
… 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
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