ci: disable docker hub access

This commit is contained in:
Ramon Roche 2024-11-20 16:45:50 -08:00 committed by Daniel Agar
parent fb0f9b8aa7
commit dbc2e56b2e

View File

@ -25,12 +25,6 @@ jobs:
submodules: false
fetch-depth: 0
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with: