Skip to content

Commit 495ed0c

Browse files
chore(deps)(deps): Bump docker/build-push-action from 6 to 7 (#332)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dad5fe9 commit 495ed0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-backend-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=raw,value=latest,enable={{is_default_branch}}
4040
4141
- name: Build and push backend image
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: .
4545
file: ./Dockerfile

.github/workflows/build-frontend-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
type=raw,value=latest,enable={{is_default_branch}}
6969
7070
- name: Build and push frontend image
71-
uses: docker/build-push-action@v6
71+
uses: docker/build-push-action@v7
7272
with:
7373
context: ./frontend
7474
file: ./frontend/Dockerfile

0 commit comments

Comments
 (0)