Skip to content

Commit 8a84d08

Browse files
authored
Update qa.yml
Signed-off-by: Chimi1999 <143087281+Chimi1999@users.noreply.github.com>
1 parent f0dc358 commit 8a84d08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ jobs:
5252
ECR_REPOSITORY: qa-services
5353
IMAGE_TAG: "CREDO_V_${{ github.run_number }}"
5454
run: |
55-
docker build --platform linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
55+
docker buildx build \
56+
--platform linux/amd64 \
57+
--push \
58+
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
59+
.
5660
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
5761
docker image list
5862

0 commit comments

Comments
 (0)