Skip to content

Commit fd73c4f

Browse files
Updated upstream cvp-midstream-image endpoint
1 parent ce1a3ff commit fd73c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_push_image_on_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
cd Dockerfiles/midstream/
3737
podman build -t midstream_image:$latestTag -f Dockerfile --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=$latestTag
3838
podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
39-
podman push midstream_image:$latestTag quay.io/samvarankashyap/cvp-midstream-image:$latestTag
39+
podman push midstream_image:$latestTag quay.io/cvpops/cvp-midstream-image:$latestTag

.github/workflows/build_and_push_latest_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
cd Dockerfiles/midstream/
3636
podman build -t midstream_image:latest -f Dockerfile --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=master
3737
podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
38-
podman push midstream_image:latest quay.io/samvarankashyap/cvp-midstream-image
38+
podman push midstream_image:latest quay.io/cvpops/cvp-midstream-image:latest

0 commit comments

Comments
 (0)