We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26e797a + 4dc75c1 commit 1d8e4ceCopy full SHA for 1d8e4ce
.github/workflows/cd.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
java-version: "17"
12
distribution: "temurin"
13
- image-name: memesphere-app
+ image-name: ${{ vars.MY_APP }}
14
secrets:
15
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
16
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments