Skip to content

Commit

Permalink
test: Skip docker login for running tests (#23040)
Browse files Browse the repository at this point in the history
* test: Try no docker login

* Update rust.yml
  • Loading branch information
neilkakkar authored Jun 18, 2024
1 parent 24d39cc commit 412dc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- name: Login to DockerHub
if: needs.changes.outputs.rust == 'true'
uses: docker/login-action@v2
continue-on-error: true
with:
username: posthog
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 412dc78

Please sign in to comment.