🤖 ci: move Docker push steps to separate job (closes #10)

This commit is contained in:
2026-04-09 08:39:14 +02:00
parent b2e5c034c3
commit af5165c2a7
2 changed files with 64 additions and 4 deletions

1
issue_data.json Normal file
View File

@@ -0,0 +1 @@
{"title": "Move Docker push steps to separate job", "body": "The current CI/CD workflow has Docker push steps in the second job that runs in a container. The container doesn't have Docker commands available. Need to move these steps to a new third job that runs on ubuntu-latest-ca without using a container."}