arcodange
  • Joined on 2025-08-27
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:55:21 +02:00
Move Docker push steps to separate job

Final architecture implemented with separate workflow files!

arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:55:20 +02:00
4559ea3b82 feat: implement separate workflow architecture with workflow dispatch
arcodange pushed to main at arcodange/dance-lessons-coach 2026-04-09 09:54:47 +02:00
a5c2d57387 👷‍♂️ feat: add docker-push.yaml placeholder workflow for testing
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:52:53 +02:00
Move Docker push steps to separate job

🔍 Important consideration about separate workflow approach:

arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:51:57 +02:00
c5e1b61eb4 🐛 fix: revert to single workflow approach for Gitea Actions compatibility
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:20:05 +02:00
Move Docker push steps to separate job

🎉 Complete solution implemented! Summary of the final architecture:

arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:20:04 +02:00
1f8c5450d5 📝 docs: update workflow README with new multi-workflow architecture
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:19:36 +02:00
Move Docker push steps to separate job

♻️ Major architecture improvement: Split Docker push into separate workflow file!

arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:19:34 +02:00
ebc131f33b ♻️ refactor: split Docker push into separate workflow file
arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:15:23 +02:00
e98b082ec5 🐛 fix: restore proper job dependencies and remove Swagger steps from docker-push
arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:11:46 +02:00
870529964c 📝 docs: improve workflow readability with comments for complex conditions
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:09:32 +02:00
Move Docker push steps to separate job

🎉 Feature branch complete! Summary of what was accomplished:

arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:08:42 +02:00
Move Docker push steps to separate job

Enhanced workflow with optional parameters! Added workflow_dispatch inputs to allow testing Docker push independently:

arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:08:37 +02:00
6055d444f8 📝 docs: rename test_docker_only parameter to docker_only for clarity
arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:08:12 +02:00
13f32378e6 feat: add workflow_dispatch parameters for testing Docker push independently
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 09:01:40 +02:00
Move Docker push steps to separate job

🐛 Docker build issue identified and fixed! The problem was that the Dockerfile.prod.template was trying to copy a pre-built binary from the build cache image, but the build cache image doesn't…

arcodange pushed to feature/move-docker-job at arcodange/dance-lessons-coach 2026-04-09 09:01:38 +02:00
28002070bc 🐛 fix: Dockerfile.prod.template to build binary during Docker build
arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 08:55:21 +02:00
Move Docker push steps to separate job

🎉 Workflow test results are in! SUCCESS: Workflow structure validated. Jobs executed in perfect order: Build Cache → CI Pipeline → Docker Push. Job dependencies work correctly. Container vs…

arcodange commented on pull request arcodange/dance-lessons-coach#11 2026-04-09 08:53:35 +02:00
Move Docker push steps to separate job

Workflow triggered successfully!

🔍 Current status:

  • Build Docker Cache: Completed successfully
  • 🟡 CI Pipeline: In progress
  • Docker Push: Waiting (correctly waiting for…
arcodange created pull request arcodange/dance-lessons-coach#11 2026-04-09 08:48:12 +02:00
Move Docker push steps to separate job