Skip to content

Commit

Permalink
The buildah task does not support IMAGE_REF
Browse files Browse the repository at this point in the history
The IMAGE_REF result is not supported in this
version. Using IMAGE_URL instead.
  • Loading branch information
joejstuart authored and lcarva committed Sep 11, 2024
1 parent 50be19b commit 3fc2f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- name: apply-additional-image-tags
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_REF)
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
Expand Down

0 comments on commit 3fc2f12

Please sign in to comment.