We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dc358 commit 8a84d08Copy full SHA for 8a84d08
.github/workflows/qa.yml
@@ -52,7 +52,11 @@ jobs:
52
ECR_REPOSITORY: qa-services
53
IMAGE_TAG: "CREDO_V_${{ github.run_number }}"
54
run: |
55
- docker build --platform linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
+ docker buildx build \
56
+ --platform linux/amd64 \
57
+ --push \
58
+ -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
59
+ .
60
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
61
docker image list
62
0 commit comments