Skip to content

Commit

Permalink
release-v1.0.x: prepare for 1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Aug 30, 2024
1 parent 2ea55be commit 6c37afa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

#on:
# push:
# tags:
# - '*'
on:
push:
tags:
- '*'
# FIXME(vdemeester) Add commit + tag

jobs:
Expand Down Expand Up @@ -148,4 +148,4 @@ jobs:
-source "github.com/$GITHUB_REPOSITORY" \
-tag "$GITHUB_REF_NAME"
done <<<"$checksums"
done <<<"$checksums"
6 changes: 3 additions & 3 deletions task/git-clone/git-clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6c37afa

Please sign in to comment.