Skip to content

Commit 7e9ffde

Browse files
renovate[bot]alcohol
authored andcommitted
Update docker/build-push-action action to v6
1 parent 97258f7 commit 7e9ffde

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Build full image
154154
id: build-full
155-
uses: docker/build-push-action@v5
155+
uses: docker/build-push-action@v6
156156
with:
157157
context: ${{ env.DIRECTORY }}
158158
target: binary-with-runtime
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Build binary-only image
164164
id: build-bin
165-
uses: docker/build-push-action@v5
165+
uses: docker/build-push-action@v6
166166
with:
167167
context: ${{ env.DIRECTORY }}
168168
target: standalone-binary

.github/workflows/legacy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Build full image
152152
id: build-full
153-
uses: docker/build-push-action@v5
153+
uses: docker/build-push-action@v6
154154
with:
155155
context: ${{ env.DIRECTORY }}
156156
target: binary-with-runtime
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Build binary-only image
162162
id: build-bin
163-
uses: docker/build-push-action@v5
163+
uses: docker/build-push-action@v6
164164
with:
165165
context: ${{ env.DIRECTORY }}
166166
target: standalone-binary

.github/workflows/lts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Build full image
152152
id: build-full
153-
uses: docker/build-push-action@v5
153+
uses: docker/build-push-action@v6
154154
with:
155155
context: ${{ env.DIRECTORY }}
156156
target: binary-with-runtime
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Build binary-only image
162162
id: build-bin
163-
uses: docker/build-push-action@v5
163+
uses: docker/build-push-action@v6
164164
with:
165165
context: ${{ env.DIRECTORY }}
166166
target: standalone-binary

0 commit comments

Comments
 (0)