Skip to content

Commit

Permalink
fix(build): use correct creds (datahub-project#5261)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and alexey-kravtsov committed Jul 8, 2022
1 parent 378e699 commit 2942b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ingestion-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.ACRYL_DOCKER_USERNAME }}
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }}
- name: Build and Push image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 2942b03

Please sign in to comment.