Skip to content

Commit df440a5

Browse files
authored
Merge pull request #5801 from learningequality/dependabot/github_actions/docker/build-push-action-7
chore(deps): bump docker/build-push-action from 6 to 7
2 parents 05ad687 + 0bda8e4 commit df440a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/containerbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
5858

5959
- name: Build and push Docker image
60-
uses: docker/build-push-action@v6
60+
uses: docker/build-push-action@v7
6161
with:
6262
context: ./docker
6363
file: ./docker/Dockerfile.postgres.dev
@@ -97,7 +97,7 @@ jobs:
9797
uses: docker/setup-buildx-action@v3
9898

9999
- name: Build Docker image
100-
uses: docker/build-push-action@v6
100+
uses: docker/build-push-action@v7
101101
with:
102102
context: ./
103103
file: ./docker/Dockerfile.nginx.prod

0 commit comments

Comments
 (0)