Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check warning on line 1 in task/package-operator-package-oci-ta/0.1/package-operator-package-oci-ta.yaml

View workflow job for this annotation

GitHub Actions / Check versioning

CHANGELOG.md missing at task/package-operator-package-oci-ta/CHANGELOG.md. Use 'hack/versioning.py new-changelog task/package-operator-package-oci-ta' to create one.
apiVersion: tekton.dev/v1
kind: Task
metadata:
Expand All @@ -8,7 +8,7 @@
tekton.dev/platforms: linux/amd64
tekton.dev/tags: package-operator
labels:
app.kubernetes.io/version: "0.1"

Check warning on line 11 in task/package-operator-package-oci-ta/0.1/package-operator-package-oci-ta.yaml

View workflow job for this annotation

GitHub Actions / Check versioning

app.kubernetes.io/version label is unchanged. CI pipeline may skip building the task.
build.appstudio.redhat.com/build_type: package-operator-package
spec:
description: |-
Expand Down Expand Up @@ -64,7 +64,7 @@
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a03e79860a415ca9ea9a0d6a1e32434d16864eef7cbfa084182569682d908d4e
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:254989d35310c0998eb2ae60aa4703da842d99d82ed434fd5208cc9639d32969
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
Loading