Skip to content

Commit

Permalink
Merge pull request NVIDIA-AI-Blueprints#29 from ruromero/fix-build
Browse files Browse the repository at this point in the history
chore: squash built images
  • Loading branch information
ruromero authored Feb 20, 2025
2 parents 037f50c + fbab092 commit ec9f1f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tekton/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ spec:
- name: BUILD_EXTRA_ARGS
value: >-
--target base
--squash
--label=quay.expires-after=$(params.image-expires-after)
taskRef:
resolver: cluster
Expand Down
1 change: 1 addition & 0 deletions .tekton/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
- name: BUILD_EXTRA_ARGS
value: >-
--target base
--squash
taskRef:
resolver: cluster
params:
Expand Down
1 change: 1 addition & 0 deletions .tekton/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ spec:
- name: BUILD_EXTRA_ARGS
value: >-
--target base
--squash
taskRef:
resolver: cluster
params:
Expand Down

0 comments on commit ec9f1f9

Please sign in to comment.