Skip to content

Commit 457704f

Browse files
committed
[GitHub] set image name
1 parent df1f6e8 commit 457704f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Set Environmental Variables
2626
run: |
27-
echo Repository: ${{ github.repository }}
27+
echo Repository: $({{ github.repository }})
2828
export IMAGE_NAME=${{{ github.repository}}#docker }
2929
echo Image Name: ${{ env.IMAGE_NAME }}
3030

0 commit comments

Comments
 (0)