Skip to content

Commit

Permalink
Problem: testground image uploaded flow is not aligned in release (#1629
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mmsqe authored Oct 9, 2024
1 parent 7c3ac87 commit ac4652d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/**
tags:
- "v*.*.*"

Expand Down Expand Up @@ -34,8 +35,7 @@ jobs:
# login to ghcr.io
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,' | sed -e 's/^v//')
[ "$VERSION" == "main" ] && VERSION=latest
echo "VERSION: $VERSION"
Expand Down
32 changes: 0 additions & 32 deletions testground/benchmark/compositions/local.toml

This file was deleted.

18 changes: 0 additions & 18 deletions testground/benchmark/manifest.toml

This file was deleted.

0 comments on commit ac4652d

Please sign in to comment.