File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3030 role-session-name : deployrolesession
3131 aws-region : ${{ env.AWS_REGION }}
3232
33+ - name : Set up QEMU
34+ uses : docker/setup-qemu-action@v3
35+
3336 - name : Set up Docker Buildx
3437 uses : docker/setup-buildx-action@v2
3538 with :
5558 ${{ secrets.DOCKERHUB_USERNAME }}/lambda-playwright-python:latest
5659 ${{ secrets.DOCKERHUB_USERNAME }}/lambda-playwright-python:${{ github.sha }}
5760 ${{ secrets.DOCKERHUB_USERNAME }}/lambda-playwright-python:v${{ env.IMAGE_TAG }}
61+ platforms : linux/arm64
5862
5963 - name : Build and push to Amazon ECR Public
6064 uses : docker/build-push-action@v4
6468 tags : |
6569 public.ecr.aws/${{ env.ECR_REPOSITORY }}:latest
6670 public.ecr.aws/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
71+ public.ecr.aws/${{ env.ECR_REPOSITORY }}:v${{ env.IMAGE_TAG }}
6772 platforms : linux/arm64
6873
6974 - name : Create Release
You can’t perform that action at this time.
0 commit comments