Skip to content

Commit

Permalink
ci: disable docker hub access
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo authored and dagar committed Nov 21, 2024
1 parent fb0f9b8 commit dbc2e56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dbc2e56

Please sign in to comment.