Skip to content

Commit

Permalink
Merge pull request #196 from samvarankashyap/update_midstream_endpoint
Browse files Browse the repository at this point in the history
[CVP-2083] Updated upstream cvp-midstream-image endpoint
  • Loading branch information
samvarankashyap authored Jul 29, 2021
2 parents ae20967 + ebe789e commit 594c329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_push_image_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
git checkout $latestTag
echo "Latest tag is $latestTag"
podman --version
cd Dockerfiles/midstream/
podman build -t midstream_image:$latestTag -f Dockerfile --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=$latestTag
podman build -t midstream_image:$latestTag -f Dockerfiles/midstream/Dockerfile .
podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
podman push midstream_image:$latestTag quay.io/samvarankashyap/cvp-midstream-image:$latestTag
podman push midstream_image:$latestTag quay.io/cvpops/cvp-midstream-image:$latestTag
5 changes: 2 additions & 3 deletions .github/workflows/build_and_push_latest_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
run: |
podman --version
cd Dockerfiles/midstream/
podman build -t midstream_image:latest -f Dockerfile --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=master
podman build -t midstream_image:latest -f Dockerfiles/midstream/Dockerfile .
podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
podman push midstream_image:latest quay.io/samvarankashyap/cvp-midstream-image
podman push midstream_image:latest quay.io/cvpops/cvp-midstream-image:latest

0 comments on commit 594c329

Please sign in to comment.