Skip to content

Commit

Permalink
fix: remove git sha from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 9, 2023
1 parent d131c0a commit 1b07f0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tekton/trustification-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1@sha256:c37e542031de193398cd54463af146e42539b5f5c9082df56d65354494566db0
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trustification-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1@sha256:c37e542031de193398cd54463af146e42539b5f5c9082df56d65354494566db0
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trustification-frontend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1@sha256:c37e542031de193398cd54463af146e42539b5f5c9082df56d65354494566db0
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trustification-frontend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1@sha256:c37e542031de193398cd54463af146e42539b5f5c9082df56d65354494566db0
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trustification-integration-tests-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1@sha256:c37e542031de193398cd54463af146e42539b5f5c9082df56d65354494566db0
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trustification-integration-tests-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1@sha256:c37e542031de193398cd54463af146e42539b5f5c9082df56d65354494566db0
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah-6gb:0.1
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit 1b07f0a

Please sign in to comment.