Skip to content

Commit

Permalink
use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 13, 2024
1 parent 83f32f2 commit 302f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2
- name: Build and push Docker image to Prod and GovCloud ECR
run: |
docker build \
docker buildx build \
-t ${{ steps.login-prod-ecr.outputs.registry }}/quiltdata/catalog:${{ github.sha }} \
-t ${{ steps.login-govcloud-ecr.outputs.registry }}/quiltdata/catalog:${{ github.sha }} \
.
Expand Down

0 comments on commit 302f222

Please sign in to comment.