Skip to content

Commit 1d8e4ce

Browse files
authored
Merge pull request #154 from kjiyun/main
#150 Fix: CD image name 수정
2 parents 26e797a + 4dc75c1 commit 1d8e4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
java-version: "17"
1212
distribution: "temurin"
13-
image-name: memesphere-app
13+
image-name: ${{ vars.MY_APP }}
1414
secrets:
1515
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1616
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)