Skip to content

Commit

Permalink
stop using busted stackoverflow copypasta
Browse files Browse the repository at this point in the history
in favor of a new one
  • Loading branch information
vmorganp committed Feb 8, 2024
1 parent 5d61026 commit c85b43d
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" | tr '[:lower:]')
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 c85b43d

Please sign in to comment.