diff --git a/.konflux/applications/serverless-operator-135/tests/ec-test.yaml b/.konflux/applications/serverless-operator-135/tests/ec-test.yaml
index 74995ba3ca5..ab2f3e7abd2 100755
--- a/.konflux/applications/serverless-operator-135/tests/ec-test.yaml
+++ b/.konflux/applications/serverless-operator-135/tests/ec-test.yaml
@@ -8,10 +8,12 @@ spec:
       value: rhtap-releng-tenant/registry-standard-stage
     - name: TIMEOUT
       value: "120m"
+    - name: WORKERS
+      value: "8"
   application: serverless-operator-135
   contexts:
     - description: Application testing
-      name: application
+      name: push
   resolverRef:
     params:
       - name: url
diff --git a/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml b/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml
index fb1de286c4d..7e57288f852 100755
--- a/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml
+++ b/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml
@@ -5,9 +5,11 @@ metadata:
 spec:
   params: 
     - name: POLICY_CONFIGURATION
-      value: rhtap-releng-tenant/registry-standard
+      value: rhtap-releng-tenant/registry-ocp-serverless-prod
     - name: TIMEOUT
       value: "120m"
+    - name: WORKERS
+      value: "8"
   application: serverless-operator-135
   contexts:
     - description: Override Snapshot testing
diff --git a/openshift/ci-operator/build-image/Dockerfile b/openshift/ci-operator/build-image/Dockerfile
index deaa5319929..c141d4fb902 100755
--- a/openshift/ci-operator/build-image/Dockerfile
+++ b/openshift/ci-operator/build-image/Dockerfile
@@ -19,7 +19,7 @@ RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 &&
 RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version
 
 RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
-RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1
+RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
 
 # go install creates $GOPATH/.cache with root permissions, we delete it here
 # to avoid permission issues with the runtime users