Skip to content

Commit

Permalink
fix: disable dockerhub login in ci tests (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko authored Sep 4, 2024
1 parent bbfc0f4 commit d50104b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/jerigon-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Dockerhub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB }}
password: ${{ secrets.DOCKERHUB_KEY }}

- name: Set up rust cache
uses: Swatinem/rust-cache@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/jerigon-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Dockerhub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB }}
password: ${{ secrets.DOCKERHUB_KEY }}

- name: Set up rust cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit d50104b

Please sign in to comment.