mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2025-12-21 13:23:02 +01:00
dropped these {}
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user