Skip to content

Commit d8649fc

Browse files
✨ Change container images from release/x.y.z to x.y.z (#4)
1 parent f7df6f7 commit d8649fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tag=${{ github.ref == 'refs/heads/main' && 'latest' || github.ref_name }}
6666
6767
# Replace "/" by "-" as "/" is not a valid character for a container tag
68-
tag=${tag//\//-}
68+
tag="${tag#release/}"
6969
echo $tag
7070
echo "tag=$tag" >> "$GITHUB_OUTPUT"
7171

0 commit comments

Comments
 (0)