Skip to content

Commit 8545440

Browse files
committed
fix ci error
Signed-off-by: Mangaal <[email protected]>
1 parent 432a0ad commit 8545440

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.konflux/Containerfile.plugin

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ENTRYPOINT ["./backend-http"]
1515

1616
LABEL \
1717
name="openshift-gitops-1/gitops-rhel8" \
18-
version=${TARGET_VERSION} \
1918
License="Apache 2.0" \
2019
com.redhat.component="openshift-gitops-container" \
2120
com.redhat.delivery.appregistry="false" \

.tekton/gitops-backend-pull-request.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ spec:
231231
- $(params.build-args[*])
232232
- name: BUILD_ARGS_FILE
233233
value: $(params.build-args-file)
234-
- name: TARGET_VERSION
235-
value: '{{target_branch}}'
236234
- name: SOURCE_ARTIFACT
237235
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
238236
- name: CACHI2_ARTIFACT

.tekton/gitops-backend-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ spec:
228228
- $(params.build-args[*])
229229
- name: BUILD_ARGS_FILE
230230
value: $(params.build-args-file)
231-
- name: TARGET_VERSION
232-
value: '{{target_branch}}'
233231
- name: SOURCE_ARTIFACT
234232
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
235233
- name: CACHI2_ARTIFACT

0 commit comments

Comments
 (0)