Disable GHCR login for now

This commit is contained in:
Joshua M. Boniface 2024-03-03 21:12:22 -05:00
parent 351a6a7c73
commit 7c5824fafb

View File

@ -45,12 +45,12 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: "Log in to the GHCR Container registry"
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
# - name: "Log in to the GHCR Container registry"
# uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
# with:
# registry: ghcr.io
# username: ${{ secrets.GHCR_USERNAME }}
# password: ${{ secrets.GHCR_TOKEN }}
- name: "Run builder for Docker containers"
run: |-