Skip to content

Commit

Permalink
Merge branch 'feat/add-new-e2e' into test-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanxin committed Sep 17, 2024
2 parents fc1ca98 + 9da0f6c commit 871af06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
id: get_tag
run: |
if [[ "${{ inputs.tag }}" != "" ]]; then
echo "tag=${{ inputs.tag }}" >> $GITHUB_OUTPUT
echo "TAGS=${{ inputs.tag }}" >> $GITHUB_OUTPUT
elif [[ "${{ github.event_name }}" == "push" ]]; then
echo "tag=latest" >> $GITHUB_OUTPUT
echo "TAGS=latest" >> $GITHUB_OUTPUT
else
{
echo 'tags<<TAGS'
Expand Down

0 comments on commit 871af06

Please sign in to comment.