Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .tekton/domain-proxy-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ spec:
value: $(tasks.clone-repository.results.commit)
- name: BUILD_ARGS
value:
- $(params.build-args[*])
- $(params.build-args[*])
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: SOURCE_ARTIFACT
Expand Down Expand Up @@ -591,7 +591,8 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-domain-proxy
workspaces:
- name: git-auth
secret:
Expand Down
8 changes: 5 additions & 3 deletions .tekton/domain-proxy-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ spec:
value: $(tasks.clone-repository.results.commit)
- name: BUILD_ARGS
value:
- $(params.build-args[*])
- $(params.build-args[*])
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: SOURCE_ARTIFACT
Expand Down Expand Up @@ -528,7 +528,8 @@ spec:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
value:
- latest
runAfter:
- build-image-index
taskRef:
Expand Down Expand Up @@ -590,7 +591,8 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-domain-proxy
workspaces:
- name: git-auth
secret:
Expand Down