Skip to content

Commit

Permalink
fix GHA syntax for dependent env
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs committed Mar 18, 2024
1 parent 471563b commit 39ccb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
IMG_ORG: kubeflow
IMG_REPO: model-registry
IMG: ${{ env.IMG_ORG }}/${{ env.IMG_REPO }}
IMG: ${IMG_ORG}/${IMG_REPO}
PUSH_IMAGE: false
BRANCH: ${{ github.base_ref }}
jobs:
Expand Down

0 comments on commit 39ccb39

Please sign in to comment.