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 bf361a5 commit 0debe72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hostplumber-multiarch-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
run: echo ${{ github.run_number }}

- name: Set env
run: |
run:
echo "TAG=$(echo "${{ env.BRANCH }}" | tr -d /)" >> $GITHUB_ENV

- name: Set env
run: |
if startsWith(${{ env.TAG }}, 'v*')
echo "TAG=$(echo "${{ env.BRANCH }}") >> $GITHUB_ENV
else
Expand Down

0 comments on commit 0debe72

Please sign in to comment.