Compare commits

..

1 Commits

Author SHA1 Message Date
Deploy Debbie f2fa72316e fix: use Docker Hub base images directly — GHCR mirrors not yet populated
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 20:59:25 +00:00
-7
View File
@@ -52,7 +52,6 @@ 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 }}
@@ -68,12 +67,6 @@ jobs:
type=sha,prefix=sha-
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with: