Skip to content

Commit 9646466

Browse files
committed
[GitHub] adjust repository name Mk4
1 parent 8dce9c5 commit 9646466

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
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
REGISTRY: ghcr.io
15-
# IMAGE_NAME: ${{ github.repository }}
15+
REPOSITORY: ${{ github.repository }}
1616

1717
jobs:
1818
build-and-push-image:
@@ -24,8 +24,8 @@ jobs:
2424
steps:
2525
- name: Set Environmental Variables
2626
run: |
27-
echo Repository: $(github.repository)
28-
export IMAGE_NAME=${ github.repository#docker }
27+
echo Repository: $(env.REPOSITORY)
28+
export IMAGE_NAME=${env.REPOSITORY#docker}
2929
echo Image Name: $(env.IMAGE_NAME)
3030
3131
- name: Checkout repository

0 commit comments

Comments
 (0)