Skip to content

Commit 237b9dc

Browse files
authored
Update qa.yml
Signed-off-by: Chimi1999 <143087281+Chimi1999@users.noreply.github.com>
1 parent 058fb82 commit 237b9dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/qa.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454
run: |
5555
docker buildx build \
5656
--platform linux/amd64 \
57-
--push \
58-
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
59-
.
57+
--output type=docker \
58+
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
59+
60+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
6061
6162
- name: Set environment variables
6263
run: |

0 commit comments

Comments
 (0)