fix(ci): Fix github package path (#2205)

This commit is contained in:
Dexter Lee 2021-03-10 10:48:59 -08:00 committed by GitHub
parent b02039c3da
commit ce075236a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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