Skip to content

Commit

Permalink
ci(): fix datahub-upgrade quickstart regression
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Feb 1, 2023
1 parent ef57a92 commit 57f8b61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-unified.yml
Expand Up @@ -487,6 +487,11 @@ jobs:
if: ${{ needs.setup.outputs.publish != 'true' }}
with:
image: ${{ env.DATAHUB_MAE_CONSUMER_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
- name: Download upgrade image
uses: ishworkh/docker-image-artifact-download@v1
if: ${{ needs.setup.outputs.publish != 'true' }}
with:
image: ${{ env.DATAHUB_UPGRADE_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
- name: Calculate pip install plan
id: "packages_checksum"
run: |
Expand Down

0 comments on commit 57f8b61

Please sign in to comment.