remove docker information and use only ghrc for now

This commit is contained in:
Mo Tarbin 2024-09-05 21:57:14 -04:00
parent 32cf6fec83
commit 2c14848354

View file

@ -25,12 +25,12 @@ jobs:
# Log in to Docker Hub
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# # Log in to Docker Hub
# - name: Log in to Docker Hub
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# Log in to GitHub Container Registry
- name: Login to GitHub Container Registry