Skip to content

Commit

Permalink
drop login action from integration test job
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Mar 14, 2024
1 parent 7d867b9 commit 734dd1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,5 @@ jobs:
with:
go-version: "1.21.6"
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
username: jcmoraisjr
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run integration tests
run: make test-integration

0 comments on commit 734dd1d

Please sign in to comment.