Merge pull request #23 from cartsnitch/fix/dockerhub-auth-rate-limit

Add Docker Hub auth to CI to fix 429 rate limit
This commit is contained in:
chip-overstock[bot]
2026-03-20 02:15:44 +00:00
committed by GitHub
+6
View File
@@ -70,6 +70,12 @@ jobs:
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "CalVer tag: $VERSION"
- 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