Skip to content

Commit a6116ca

Browse files
chore(dev): bump docker/build-push-action to latest (#1172)
1 parent e5e9dce commit a6116ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Build Docker image
106106
id: build
107-
uses: docker/build-push-action@v6
107+
uses: docker/build-push-action@v7
108108
with:
109109
context: .
110110
build-args: |

.github/workflows/pr-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919

2020
- name: Build Docker image
2121
id: build
22-
uses: docker/build-push-action@v6
22+
uses: docker/build-push-action@v7
2323
with:
2424
context: .

0 commit comments

Comments
 (0)