Merge pull request #9 from cartsnitch/fix/ci-docker-ratelimit

Fix CI: add Docker Hub credentials for base image pulls
This commit is contained in:
chip-overstock[bot]
2026-03-18 18:11:01 +00:00
committed by GitHub
+6
View File
@@ -51,6 +51,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to GHCR
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: docker/login-action@v3