Add Docker Hub login to avoid rate limits
All checks were successful
Build and Push / build (push) Successful in 4m49s

This commit is contained in:
Joshua Adkisson
2026-04-02 10:58:44 -05:00
parent ccb6a6acbc
commit 28bdc24a6c

View File

@@ -15,6 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with: