fix(ci): replace docker/login-action with direct docker login (CAR-994) #22

Closed
Savannah Savings wants to merge 1 commits from car-994-fix-docker-login into dev

1 Commits

Author SHA1 Message Date
cs_savannah 6d4147ce03 fix(ci): replace docker/login-action with direct docker login (CAR-994)
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
The docker/login-action@v3 does not work with Gitea's token. Replaced
with direct docker login command using ${{ github.token }}.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-24 18:10:34 +00:00