Skip to content

Commit 116d7f6

Browse files
authored
Merge pull request #4056 from techmatters/gian_dependabot/github_actions/docker/build-push-action-7
chore(deps): bump docker/build-push-action from 6 to 7
2 parents 867a75b + 974ccc8 commit 116d7f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-lambda-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: aws-actions/amazon-ecr-login@v2
7373

7474
- name: Build and Push Docker Image
75-
uses: docker/build-push-action@v6
75+
uses: docker/build-push-action@v7
7676
with:
7777
context: ./
7878
file: ./e2e-tests/Dockerfile

.github/workflows/twilio-lambda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
echo "ref_name_for_docker=${ref_name//\//_-}" >> $GITHUB_ENV
123123
shell: bash
124124
- name: Build and Push Docker Image
125-
uses: docker/build-push-action@v6
125+
uses: docker/build-push-action@v7
126126
with:
127127
context: ./lambdas
128128
file: ./lambdas/Dockerfile

0 commit comments

Comments
 (0)