Skip to content

Commit

Permalink
base image change
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphl committed Jan 29, 2024
1 parent 78acb6b commit d1d1566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ jobs:
images: |
${{ env.INGEST_API_IMAGE }}
build-args: |
BASE_IMAGE=${{ env.INGEST_API_IMAGE }}
BASE_IMAGE=${{ env.DATAHUB_INGESTION_BASE_IMAGE }}
DOCKER_VERSION=${{ steps.filter.outputs.datahub-ingestion-base == 'true' && needs.setup.outputs.unique_slim_tag || 'head-slim' }}
RELEASE_VERSION=${{ needs.setup.outputs.python_release_version }}
APP_ENV=slim
Expand Down

0 comments on commit d1d1566

Please sign in to comment.