Skip to content

Commit 8dce9c5

Browse files
committed
[GitHub] adjust image name Mk3
1 parent 457704f commit 8dce9c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
steps:
2525
- name: Set Environmental Variables
2626
run: |
27-
echo Repository: $({{ github.repository }})
28-
export IMAGE_NAME=${{{ github.repository}}#docker }
29-
echo Image Name: ${{ env.IMAGE_NAME }}
27+
echo Repository: $(github.repository)
28+
export IMAGE_NAME=${ github.repository#docker }
29+
echo Image Name: $(env.IMAGE_NAME)
3030
3131
- name: Checkout repository
3232
uses: actions/checkout@v2

0 commit comments

Comments
 (0)