diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 99b6306..49aa32f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,9 +1,9 @@ name: release -#on: -# push: -# tags: -# - '*' +on: + push: + tags: + - '*' # FIXME(vdemeester) Add commit + tag jobs: @@ -148,4 +148,4 @@ jobs: -source "github.com/$GITHUB_REPOSITORY" \ -tag "$GITHUB_REF_NAME" - done <<<"$checksums" \ No newline at end of file + done <<<"$checksums" diff --git a/task/git-clone/git-clone.yaml b/task/git-clone/git-clone.yaml index 6b17769..55313f0 100644 --- a/task/git-clone/git-clone.yaml +++ b/task/git-clone/git-clone.yaml @@ -3,9 +3,9 @@ kind: Task metadata: name: git-clone labels: - app.kubernetes.io/version: "0.8" + app.kubernetes.io/version: "1.0" annotations: - tekton.dev/pipelines.minVersion: "0.29.0" + tekton.dev/pipelines.minVersion: "0.53.0" tekton.dev/categories: Git tekton.dev/tags: git tekton.dev/displayName: "git clone" @@ -102,7 +102,7 @@ spec: - name: gitInitImage description: The image providing the git-init binary that this Task runs. type: string - default: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0" + default: "ghcr.io/tektoncd-catalog/git-clone/git-init:1.0" - name: userHome description: | Absolute path to the user's home directory.