Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta50 committed Sep 18, 2024
1 parent c6e9b51 commit 580fe3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/hostplumber-multiarch-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:

- name: Set env
run: |
if startsWith(${{ env.TAG }}, 'v*') == true
if: startsWith(${{ env.TAG }}, 'v*') == true
echo "TAG=$(echo "${{ env.BRANCH }}") >> $GITHUB_ENV
else
echo "TAG=$(echo "${{ env.BRANCH }}")-${{ github.run_number }} >> $GITHUB_ENV
fi
- uses: actions/checkout@v3

Expand Down

0 comments on commit 580fe3f

Please sign in to comment.