Skip to content

Commit ac4652d

Browse files
authored
Problem: testground image uploaded flow is not aligned in release (#1629)
1 parent 7c3ac87 commit ac4652d

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release/**
78
tags:
89
- "v*.*.*"
910

@@ -34,8 +35,7 @@ jobs:
3435
# login to ghcr.io
3536
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
3637
37-
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
38-
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
38+
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,' | sed -e 's/^v//')
3939
[ "$VERSION" == "main" ] && VERSION=latest
4040
echo "VERSION: $VERSION"
4141

testground/benchmark/compositions/local.toml

Lines changed: 0 additions & 32 deletions
This file was deleted.

testground/benchmark/manifest.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)