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
Member

CAR-994: Fix docker login for Gitea Container Registry

The docker/login-action@v3 does not work with Gitea's token — it exits code 1 on docker login git.farh.net.

Change

Replaced the action with a direct docker login command using ${{ github.token }} (automatic Gitea Actions token).

Testing

Once merged, the CI build-and-push job should successfully log in and push images to git.farh.net/cartsnitch/auth.

Co-Authored-By: Paperclip noreply@paperclip.ing

## CAR-994: Fix docker login for Gitea Container Registry The `docker/login-action@v3` does not work with Gitea's token — it exits code 1 on `docker login git.farh.net`. ### Change Replaced the action with a direct `docker login` command using `${{ github.token }}` (automatic Gitea Actions token). ### Testing Once merged, the CI build-and-push job should successfully log in and push images to `git.farh.net/cartsnitch/auth`. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Savannah Savings added 1 commit 2026-05-24 18:10:56 +00:00
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
6d4147ce03
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>
Savannah Savings closed this pull request 2026-05-24 18:12:34 +00:00
Some checks are pending
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

Pull request closed

Sign in to join this conversation.