File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ ENTRYPOINT ["./backend-http"]
15
15
16
16
LABEL \
17
17
name="openshift-gitops-1/gitops-rhel8" \
18
- version=${TARGET_VERSION} \
19
18
License="Apache 2.0" \
20
19
com.redhat.component="openshift-gitops-container" \
21
20
com.redhat.delivery.appregistry="false" \
Original file line number Diff line number Diff line change @@ -231,8 +231,6 @@ spec:
231
231
- $(params.build-args[*])
232
232
- name : BUILD_ARGS_FILE
233
233
value : $(params.build-args-file)
234
- - name: TARGET_VERSION
235
- value: '{{target_branch}}'
236
234
- name : SOURCE_ARTIFACT
237
235
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
238
236
- name : CACHI2_ARTIFACT
Original file line number Diff line number Diff line change @@ -228,8 +228,6 @@ spec:
228
228
- $(params.build-args[*])
229
229
- name : BUILD_ARGS_FILE
230
230
value : $(params.build-args-file)
231
- - name : TARGET_VERSION
232
- value : ' {{target_branch}}'
233
231
- name : SOURCE_ARTIFACT
234
232
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
235
233
- name : CACHI2_ARTIFACT
You can’t perform that action at this time.
0 commit comments