diff --git a/.github/workflows/docker-frontend-react.yml b/.github/workflows/docker-frontend-react.yml index 5ee6d4a6c9..d6f25b406f 100644 --- a/.github/workflows/docker-frontend-react.yml +++ b/.github/workflows/docker-frontend-react.yml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | linkedin/datahub-frontend-react - docker.pkg.github.com/linkedin/datahub-fork/datahub-frontend-react + docker.pkg.github.com/linkedin/datahub/datahub-frontend-react # add git short SHA as Docker tag tag-custom: ${{ needs.setup.outputs.tag }} tag-custom-only: true diff --git a/.github/workflows/docker-frontend.yml b/.github/workflows/docker-frontend.yml index 0f715f43f3..a5d720998b 100644 --- a/.github/workflows/docker-frontend.yml +++ b/.github/workflows/docker-frontend.yml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | linkedin/datahub-frontend - docker.pkg.github.com/linkedin/datahub-fork/datahub-frontend + docker.pkg.github.com/linkedin/datahub/datahub-frontend # add git short SHA as Docker tag tag-custom: ${{ needs.setup.outputs.tag }} tag-custom-only: true diff --git a/.github/workflows/docker-gms.yml b/.github/workflows/docker-gms.yml index 416e1343e4..af1475ee5b 100644 --- a/.github/workflows/docker-gms.yml +++ b/.github/workflows/docker-gms.yml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | linkedin/datahub-gms - docker.pkg.github.com/linkedin/datahub-fork/datahub-gms + docker.pkg.github.com/linkedin/datahub/datahub-gms # add git short SHA as Docker tag tag-custom: ${{ needs.setup.outputs.tag }} tag-custom-only: true diff --git a/.github/workflows/docker-ingestion.yml b/.github/workflows/docker-ingestion.yml index 0bdb57b973..c13f988256 100644 --- a/.github/workflows/docker-ingestion.yml +++ b/.github/workflows/docker-ingestion.yml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | linkedin/datahub-ingestion - docker.pkg.github.com/linkedin/datahub-fork/datahub-ingestion + docker.pkg.github.com/linkedin/datahub/datahub-ingestion # add git short SHA as Docker tag tag-custom: ${{ needs.setup.outputs.tag }} tag-custom-only: true diff --git a/.github/workflows/docker-mae-consumer.yml b/.github/workflows/docker-mae-consumer.yml index 4ff3564d63..e55feb7add 100644 --- a/.github/workflows/docker-mae-consumer.yml +++ b/.github/workflows/docker-mae-consumer.yml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | linkedin/datahub-mae-consumer - docker.pkg.github.com/linkedin/datahub-fork/datahub-mae-consumer + docker.pkg.github.com/linkedin/datahub/datahub-mae-consumer # add git short SHA as Docker tag tag-custom: ${{ needs.setup.outputs.tag }} tag-custom-only: true diff --git a/.github/workflows/docker-mce-consumer.yml b/.github/workflows/docker-mce-consumer.yml index cd403284bb..fbb8a0dce5 100644 --- a/.github/workflows/docker-mce-consumer.yml +++ b/.github/workflows/docker-mce-consumer.yml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | linkedin/datahub-mce-consumer - docker.pkg.github.com/linkedin/datahub-fork/datahub-mce-consumer + docker.pkg.github.com/linkedin/datahub/datahub-mce-consumer # add git short SHA as Docker tag tag-custom: ${{ needs.setup.outputs.tag }} tag-custom-only: true