Skip to content

Commit

Permalink
connectors-insights: docker login in workflow (#41027)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 8, 2024
1 parent 8be1b6e commit b0551ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/connectors_insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- name: Checkout Airbyte
uses: actions/checkout@v4
- name: Docker login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_PASSWORD }}
password: ${{ secrets.DOCKER_HUB_USERNAME }}
- name: Get Dagger Engine Image
uses: ./.github/actions/get-dagger-engine-image
with:
Expand Down

0 comments on commit b0551ae

Please sign in to comment.