We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050572e commit 08c988cCopy full SHA for 08c988c
linux/forgejo/push.sh
@@ -14,10 +14,6 @@ minor=${BASH_REMATCH[2]}
14
patch=${BASH_REMATCH[3]}
15
16
17
-tag="${major}.${minor}.${patch}"
+tag="${major}.${minor}.${patch}-rootless"
18
echo "Tagging ${IMAGE}:${tag}"
19
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