Skip to content

Commit 08c988c

Browse files
authored
fix(forgejo): only publish rootless tags
1 parent 050572e commit 08c988c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

linux/forgejo/push.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ minor=${BASH_REMATCH[2]}
1414
patch=${BASH_REMATCH[3]}
1515

1616

17-
tag="${major}.${minor}.${patch}"
17+
tag="${major}.${minor}.${patch}-rootless"
1818
echo "Tagging ${IMAGE}:${tag}"
1919
crane tag "$IMAGE" "${tag}"
20-
21-
# required for gitea helm chart
22-
echo "Tagging ${IMAGE}:${tag}-rootless"
23-
crane tag "$IMAGE" "${tag}-rootless"

0 commit comments

Comments
 (0)