Skip to content

Commit 4dc75c1

Browse files
committed
TeamMemeSphere#150 Fix: CD image name 수정
1 parent 58ad3b6 commit 4dc75c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)