Skip to content

Commit

Permalink
proper build command
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ph committed Sep 17, 2024
1 parent 8293aaf commit e467d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
ECR_REPOSITORY: mamip-ecr-${{ env.env }}
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t mamip-image ./automation/
docker buildx build --platform=linux/arm64 -t mamip-image ./automation/
docker tag mamip-image $ECR_REGISTRY/$ECR_REPOSITORY
docker push $ECR_REGISTRY/$ECR_REPOSITORY
Expand Down

0 comments on commit e467d23

Please sign in to comment.