Skip to content

Commit

Permalink
Merge pull request #8 from digiBlink/update_20241114
Browse files Browse the repository at this point in the history
removed dockerhub from gha
  • Loading branch information
zxpower authored Nov 14, 2024
2 parents a65e884 + efd9b26 commit 68b81a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ vars.DH_USER }}
password: ${{ secrets.DH_PAT }}

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 68b81a4

Please sign in to comment.