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 4cf427ad3e
commit 575742e63f

View file

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