Skip to content

Commit 50488f0

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 4fe0ca2 commit 50488f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@v3
4040

4141
- name: Build Docker image
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: .
4545
push: false

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=ref,event=tag
4040
4141
- name: Build and push
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: .
4545
push: true

0 commit comments

Comments
 (0)