Skip to content

Commit

Permalink
ci: add docker authentication (osmosis-labs#7483)
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa authored Feb 14, 2024
1 parent fdeb4ef commit 9a5d8d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build e2e image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9a5d8d3

Please sign in to comment.