Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 1d326e2

Browse files
authored
Add REGISTRY var to release YAML (#62)
1 parent 9e6a00d commit 1d326e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "::remove-matcher owner=go::"
2828

2929
- name: Show release tag
30-
run: "echo Version: ${{ github.ref_name }}. Full image tag: ${OPERATOR_IMAGE_NAME}:${OPERATOR_IMAGE_TAG}"
30+
run: "echo Version: ${{ github.ref_name }}. Full image tag: ${REGISTRY}/${OPERATOR_IMAGE_NAME}:${OPERATOR_IMAGE_TAG}"
3131

3232
# Clone the operator repo.
3333
- name: Check out crd-operator-scaling code
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Deploy the CRD scaling repo and build it
3939
- name: Build operator and make local docker image
40-
run: make docker-build IMG=${OPERATOR_IMAGE_NAME}:${OPERATOR_IMAGE_TAG}
40+
run: make docker-build IMG=${REGISTRY}/${OPERATOR_IMAGE_NAME}:${OPERATOR_IMAGE_TAG}
4141

4242
# Push the new operator image to Quay.io.
4343
- name: Authenticate against Quay.io

0 commit comments

Comments
 (0)