Skip to content

Commit df1f6e8

Browse files
committed
[Github] adjust image name
1 parent 632678f commit df1f6e8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 7 additions & 1 deletion
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+
# IMAGE_NAME: ${{ github.repository }}
1616

1717
jobs:
1818
build-and-push-image:
@@ -22,6 +22,12 @@ jobs:
2222
packages: write
2323

2424
steps:
25+
- name: Set Environmental Variables
26+
run: |
27+
echo Repository: ${{ github.repository }}
28+
export IMAGE_NAME=${{{ github.repository}}#docker }
29+
echo Image Name: ${{ env.IMAGE_NAME }}
30+
2531
- name: Checkout repository
2632
uses: actions/checkout@v2
2733

0 commit comments

Comments
 (0)