Skip to content

Commit

Permalink
fix: add docker-login
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 7, 2024
1 parent d501d5a commit 7eea9bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,17 @@ jobs:
needs: build
runs-on: ubuntu-22.04
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v4

- name: Build E2E Dockers
run: |
sudo make build-docker-e2e
sudo make build-docker-e2e
run-integration-tests:
needs: build-integration-tests
Expand Down

0 comments on commit 7eea9bc

Please sign in to comment.