We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 867a75b + 974ccc8 commit 116d7f6Copy full SHA for 116d7f6
2 files changed
.github/workflows/e2e-lambda-deploy.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: aws-actions/amazon-ecr-login@v2
73
74
- name: Build and Push Docker Image
75
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
76
with:
77
context: ./
78
file: ./e2e-tests/Dockerfile
.github/workflows/twilio-lambda-ci.yml
@@ -122,7 +122,7 @@ jobs:
122
echo "ref_name_for_docker=${ref_name//\//_-}" >> $GITHUB_ENV
123
shell: bash
124
125
126
127
context: ./lambdas
128
file: ./lambdas/Dockerfile
0 commit comments