File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments