Skip to content

Commit 8fecd1b

Browse files
committed
removing cache attempts
1 parent 1faec92 commit 8fecd1b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
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
@@ -64,8 +61,6 @@ jobs:
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
@@ -77,8 +72,6 @@ jobs:
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

0 commit comments

Comments
 (0)