Skip to content

Commit

Permalink
fix env typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed May 10, 2022
1 parent f69e096 commit 46ba49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
needs: setup
outputs:
image_tag: ${{ steps.docker_meta.outputs.tags }}
image_name: ${{ env.DATAHUB_MAE_CONSUMER }}
image_name: ${{ env.DATAHUB_MAE_CONSUMER_IMAGE }}
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand All @@ -147,7 +147,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
${{ env.DATAHUB_MAE_CONSUMER }}
${{ env.DATAHUB_MAE_CONSUMER_IMAGE }}
# add git short SHA as Docker tag
tag-custom: ${{ needs.setup.outputs.tag }}
tag-custom-only: true
Expand Down

0 comments on commit 46ba49f

Please sign in to comment.