Compare commits

..

1 Commits

Author SHA1 Message Date
deploy-debbie[bot] eec69b5a37 fix(ci): remove unnecessary Docker Hub login step
The build-and-push job had an unconditional Docker Hub login step that
was failing because DOCKERHUB_USERNAME and DOCKERHUB_TOKEN secrets are
not provisioned. Since we push images to GHCR (not Docker Hub), this
step is not needed.

Closes cartsnitch/infra#5

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 18:16:40 +00:00
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -52,6 +52,7 @@ jobs:
- uses: actions/checkout@v4
- name: Log in to GHCR
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
-4
View File
@@ -1,4 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>cartsnitch/.github:renovate-config"]
}