Skip to content

Commit dd829dd

Browse files
Updated operatorsdk version to v1.9.0
1 parent fd73c4f commit dd829dd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build_and_push_image_on_tag.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
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 --build-arg OPERATOR_SDK_VERSION=v1.4.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=$latestTag
3837
podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
3938
podman push midstream_image:$latestTag quay.io/cvpops/cvp-midstream-image:$latestTag

.github/workflows/build_and_push_latest_image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
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 --build-arg OPERATOR_SDK_VERSION=v1.9.0 --build-arg OPERATOR_TEST_PLAYBOOKS_TAG=master
3736
podman login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
3837
podman push midstream_image:latest quay.io/cvpops/cvp-midstream-image:latest

0 commit comments

Comments
 (0)