Skip to content

Commit

Permalink
deploy: Push py3 images to a different quay repo (PROJQUAY-2374) (#930)
Browse files Browse the repository at this point in the history
This is to make sure we have both py2 and py3 deployable from different
repos.
  • Loading branch information
syed committed Oct 15, 2021
1 parent cdc7b61 commit 6b01bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/app_sre_build_deploy_centos7.sh
Expand Up @@ -6,7 +6,7 @@ set -exv

CURRENT_DIR=$(dirname $0)

BASE_IMG="quay"
BASE_IMG="quay-py3"
QUAY_IMAGE="quay.io/app-sre/${BASE_IMG}"
IMG="${BASE_IMG}:latest"

Expand Down
2 changes: 1 addition & 1 deletion scripts/app_sre_build_deploy_rhel7.sh
Expand Up @@ -6,7 +6,7 @@ set -exv

CURRENT_DIR=$(dirname $0)

BASE_IMG="quay"
BASE_IMG="quay-py3"
QUAY_IMAGE="quay.io/app-sre/${BASE_IMG}"
IMG="${BASE_IMG}:latest"

Expand Down

0 comments on commit 6b01bd1

Please sign in to comment.