Skip to content

Commit 0b9dab3

Browse files
committed
[GitHub] set image name Mk 5
1 parent 9646466 commit 0b9dab3

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: $(env.REPOSITORY)
28-
export IMAGE_NAME=${env.REPOSITORY#docker}
29-
echo Image Name: $(env.IMAGE_NAME)
27+
echo Repository: $REPOSITORY
28+
export IMAGE_NAME=${REPOSITORY#docker-}
29+
echo Image Name: $IMAGE_NAME
3030
3131
- name: Checkout repository
3232
uses: actions/checkout@v2

0 commit comments

Comments
 (0)