Skip to content

Commit 576b332

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 2e40c31 commit 576b332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Set up Docker Buildx
106106
uses: docker/setup-buildx-action@v3
107107
- name: Build and push docker image
108-
uses: docker/build-push-action@v5
108+
uses: docker/build-push-action@v6
109109
with:
110110
push: false
111111
tags: nestjs:latest

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set up Docker Buildx
111111
uses: docker/setup-buildx-action@v3
112112
- name: Build and push docker image
113-
uses: docker/build-push-action@v5
113+
uses: docker/build-push-action@v6
114114
with:
115115
push: false
116116
tags: nestjs:latest

0 commit comments

Comments
 (0)