Skip to content

Commit

Permalink
tag-name
Browse files Browse the repository at this point in the history
  • Loading branch information
afalaleev committed Jan 11, 2025
1 parent 5049eb5 commit da487f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerize_neon_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
elif [[ "${{ github.event.inputs.oz_tag }}" != "" ]]; then
tag='${{ github.event.inputs.oz_tag }}'
oz_tag='${{ github.event.inputs.oz_tag }}'
elif [[ "${{ github.ref_name }}" == 'base-fee' ]]; then
tag='base-fee'
oz_tag='latest'
else
tag='${{ github.sha }}'
oz_tag='latest'
Expand Down

0 comments on commit da487f5

Please sign in to comment.