File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 driver : docker
4242 platforms : linux/arm64
43- driver-opts : |
44- image=moby/buildkit:latest
45- network=host
4643
4744 - name : Login to DockerHub
4845 uses : docker/login-action@v2
6461 ${{ secrets.DOCKERHUB_USERNAME }}/lambda-playwright-python:${{ github.sha }}
6562 ${{ secrets.DOCKERHUB_USERNAME }}/lambda-playwright-python:v${{ env.IMAGE_TAG }}
6663 platforms : linux/arm64
67- cache-from : type=gha
68- cache-to : type=gha,mode=max
6964
7065 - name : Build and push to Amazon ECR Public
7166 uses : docker/build-push-action@v4
7772 public.ecr.aws/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
7873 public.ecr.aws/${{ env.ECR_REPOSITORY }}:v${{ env.IMAGE_TAG }}
7974 platforms : linux/arm64
80- cache-from : type=gha
81- cache-to : type=gha,mode=max
8275
8376 - name : Create Release
8477 uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments