Skip to content

Commit

Permalink
Remove docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 9, 2024
1 parent 1052ef0 commit 20ab7e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
run: |
BUILDER_IMAGE=quiltdata/lambda:build-3.8
docker pull "$BUILDER_IMAGE"
touch ./out.zip
docker run --rm \
Expand Down Expand Up @@ -82,7 +80,7 @@ jobs:
working-directory: ./lambdas/${{ matrix.path }}
run: |
image_name=quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }}
docker buildx build --pull --platform=linux/amd64 -t "$image_name" -f Dockerfile ..
docker buildx build --platform=linux/amd64 -t "$image_name" -f Dockerfile ..
- name: Configure AWS credentials from Prod account
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 20ab7e0

Please sign in to comment.