File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3333 git checkout $latestTag
3434 echo "Latest tag is $latestTag"
3535 podman --version
36- cd Dockerfiles/midstream/
37- podman build -t midstream_image:$latestTag -f Dockerfile --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=$latestTag
36+ podman build -t midstream_image:$latestTag -f Dockerfiles/midstream/Dockerfile .
3837 podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
39- podman push midstream_image:$latestTag quay.io/samvarankashyap /cvp-midstream-image:$latestTag
38+ podman push midstream_image:$latestTag quay.io/cvpops /cvp-midstream-image:$latestTag
Original file line number Diff line number Diff line change 3232 QUAY_PASSWORD : ${{ secrets.QUAY_PASSWORD }}
3333 run : |
3434 podman --version
35- cd Dockerfiles/midstream/
36- podman build -t midstream_image:latest -f Dockerfile --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=master
35+ podman build -t midstream_image:latest -f Dockerfiles/midstream/Dockerfile .
3736 podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
38- podman push midstream_image:latest quay.io/samvarankashyap /cvp-midstream-image
37+ podman push midstream_image:latest quay.io/cvpops /cvp-midstream-image:latest
You can’t perform that action at this time.
0 commit comments