Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 18, 2024
1 parent 0f49ed8 commit 6157584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ spec:
env:
- name: LOCALBIN
value: /tmp/bin
- name: IMG
value: $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
script: |
set -xe && cp /var/workdir/source/* /opt/app-root/src -Rv && make release && make build-template-kustomize && cp manifest.yaml /var/workdir/ && cp deploy-kustomize.yaml /var/workdir/
- name: test-template
Expand Down

0 comments on commit 6157584

Please sign in to comment.