Skip to content

Commit 9e44159

Browse files
committed
Fix synatx error in workflow file
1 parent 71a59fe commit 9e44159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Build and Deploy Quarkus Native Image
170170
uses: ./.github/actions/build-and-deploy-quarkus-native
171171
with:
172-
image-name:${{ vars.DOCKER_IMAGE_NAME }}
172+
image-name: ${{ vars.DOCKER_IMAGE_NAME }}
173173
image-tag: "amd64"
174174
reg-username: ${{ secrets.DOCKER_USERNAME }}
175175
reg-token: ${{ secrets.DOCKER_PASSWORD }}
@@ -193,7 +193,7 @@ jobs:
193193
- name: Build and Deploy Quarkus Native Image
194194
uses: ./.github/actions/build-and-deploy-quarkus-native
195195
with:
196-
image-name:${{ vars.DOCKER_IMAGE_NAME }}
196+
image-name: ${{ vars.DOCKER_IMAGE_NAME }}
197197
image-tag: "arm64"
198198
reg-username: ${{ secrets.DOCKER_USERNAME }}
199199
reg-token: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)