mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
fix(build): use correct creds (#5261)
This commit is contained in:
parent
001d636a08
commit
e2d849de4b
4
.github/workflows/docker-ingestion-base.yml
vendored
4
.github/workflows/docker-ingestion-base.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user