Skip to content

Commit

Permalink
just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 5, 2023
1 parent c0681f3 commit 86fb147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: |
BRANCH_NAME=${{ github.head_ref || github.ref_name }}
echo TAG=${{ env.TAG_PREFIX}}-${BRANCH_NAME/\//_} >> $GITHUB_ENV
echo $TAG
echo ${{ env.TAG }}
echo "image_tag=${{ env.TAG }}" >> $GITHUB_OUTPUT
echo "image_tag=${{ env.TAG_PREFIX}}-${BRANCH_NAME/\//_}" >> $GITHUB_OUTPUT
- name: echo tag
run: echo ${{ env.TAG }}
run: |
echo ${{ env.TAG }}
echo ${{ steps.set_tag.outputs.image_tag }}
# - name: set tag when running locally in act
# if: ${{ env.ACT }}
Expand Down

0 comments on commit 86fb147

Please sign in to comment.