Skip to content

Commit

Permalink
fix(ci-tests): remove docker login for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed May 1, 2024
1 parent aa976bb commit 386f260
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
go-version: '1.21'
cache: false

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: go get
run: go get ./...

Expand Down

0 comments on commit 386f260

Please sign in to comment.