Skip to content

Commit

Permalink
dropped these {}
Browse files Browse the repository at this point in the history
  • Loading branch information
vmorganp committed Feb 8, 2024
1 parent c85b43d commit 3ed876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Tag and Push Image
run: |
export IMAGE_NAME=$(echo "$IMAGE_NAME" | awk 'print tolower($0)')
export IMAGE_NAME=$(echo "$IMAGE_NAME" | awk '{print tolower($0)}')
echo $IMAGE_NAME
env
echo ${{ env.REGISTRY }}/$IMAGE_NAME:master
Expand Down

0 comments on commit 3ed876a

Please sign in to comment.