Skip to content

Commit

Permalink
Tagging appstudio-utils with latest
Browse files Browse the repository at this point in the history
Using a floating tag so applications can use
the latest utilities without updating the image
tag.

https://issues.redhat.com/browse/EC-865
  • Loading branch information
joejstuart committed Sep 11, 2024
1 parent 8ae1e83 commit faacb8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ spec:
- name: source
workspace: workspace

- name: apply-additional-image-tags
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_REF)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-container
taskRef:
name: apply-tags

- name: build-bundles
params:
- name: revision
Expand Down

0 comments on commit faacb8d

Please sign in to comment.