Skip to content

Commit

Permalink
Export QUAY_ORG for latest tag (kubeflow#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr authored Oct 26, 2023
1 parent 9335982 commit 744273c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-image-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ 'main' ]

env:
QUAY_ORG: opendatahub
QUAY_IMG_REPO: model-registry
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ "${PUSH_IMAGE,,}" == "true" ]]; then
IMG_ORG="${QUAY_ORG}" \
IMG_REPO="${QUAY_IMG_REPO}" \
IMG_VERSION="${VERSION}" \
DOCKER_USER="${QUAY_USERNAME} "\
DOCKER_USER="${QUAY_USERNAME}"\
DOCKER_PWD="${QUAY_PASSWORD}" \
docker/login \
image/push
Expand Down

0 comments on commit 744273c

Please sign in to comment.