tools: Push ubi container to quay.io/app-sre/composer
This commit is contained in:
parent
b8c14a5689
commit
106e9b3fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# AppSRE runs this script to build the container and push it to Quay.
|
# AppSRE runs this script to build the container and push it to Quay.
|
||||||
set -exv
|
set -exv
|
||||||
|
|
||||||
IMAGE_NAME="quay.io/cloudservices/osbuild-composer"
|
IMAGE_NAME="quay.io/app-sre/composer"
|
||||||
IMAGE_TAG=$(git rev-parse --short=7 HEAD)
|
IMAGE_TAG=$(git rev-parse --short=7 HEAD)
|
||||||
|
|
||||||
if [[ -z "$QUAY_USER" || -z "$QUAY_TOKEN" ]]; then
|
if [[ -z "$QUAY_USER" || -z "$QUAY_TOKEN" ]]; then
|
||||||
Loading…
Add table
Add a link
Reference in a new issue