Skip to content

Commit

Permalink
ROX-26499: Specify IMAGE_TAG for the fleetshard operator build on Kon…
Browse files Browse the repository at this point in the history
…flux (#2068)

* Specify IMAGE_TAG for the fleetshard opeartor build on konflux

* Set IMAGE_TAG for the push to main as well
  • Loading branch information
kurlov authored Oct 10, 2024
1 parent da27b68 commit 30b72ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tekton/acs-fleetshard-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ spec:
- name: BUILD_ARGS
value:
- $(params.build-args[*])
- IMAGE_TAG=$(tasks.clone-repository.results.short-commit)
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
runAfter:
Expand Down
1 change: 1 addition & 0 deletions .tekton/acs-fleetshard-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ spec:
- name: BUILD_ARGS
value:
- $(params.build-args[*])
- IMAGE_TAG=$(tasks.clone-repository.results.short-commit)
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
runAfter:
Expand Down

0 comments on commit 30b72ef

Please sign in to comment.