Skip to content

Commit

Permalink
Fix docker unified
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Lee committed May 18, 2022
1 parent 4300c64 commit e9feeb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
DATAHUB_KAFKA_SETUP_IMAGE: 'linkedin/datahub-kafka-setup'
DATAHUB_ELASTIC_SETUP_IMAGE: 'linkedin/datahub-elasticsearch-setup'
DATAHUB_MYSQL_SETUP_IMAGE: 'acryldata/datahub-mysql-setup'
DATAHUB_UPGRADE_IMAGE: 'linkedin/datahub-upgrade'
DATAHUB_UPGRADE_IMAGE: 'acryldata/datahub-upgrade'


jobs:
Expand Down Expand Up @@ -273,8 +273,8 @@ jobs:
if: ${{ needs.setup.outputs.publish == 'true' }}
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 Optionally Push DataHub Upgrade image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit e9feeb0

Please sign in to comment.