Skip to content

Commit d9fa4c6

Browse files
Update create-release.yml
1 parent f1c3734 commit d9fa4c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
run: |
1919
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
2020
21-
echo IMAGE_ID
21+
echo $IMAGE_ID
2222
2323
# Change all uppercase to lowercase
2424
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
2525
2626
# Strip git ref prefix from version
2727
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
28+
echo $VERSION
2829
2930
# Strip "v" prefix from tag name
3031
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')

0 commit comments

Comments
 (0)