Skip to content

Commit 149cb19

Browse files
Update docker/build-push-action action to v7
1 parent 1f35b9a commit 149cb19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/1.10.yaml

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

149149
- name: Build full image
150150
id: build-full
151-
uses: docker/build-push-action@v6
151+
uses: docker/build-push-action@v7
152152
with:
153153
context: ${{ env.DIRECTORY }}
154154
target: binary-with-runtime
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Build binary-only image
160160
id: build-bin
161-
uses: docker/build-push-action@v6
161+
uses: docker/build-push-action@v7
162162
with:
163163
context: ${{ env.DIRECTORY }}
164164
target: standalone-binary

.github/workflows/2.2.yaml

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

149149
- name: Build full image
150150
id: build-full
151-
uses: docker/build-push-action@v6
151+
uses: docker/build-push-action@v7
152152
with:
153153
context: ${{ env.DIRECTORY }}
154154
target: binary-with-runtime
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Build binary-only image
160160
id: build-bin
161-
uses: docker/build-push-action@v6
161+
uses: docker/build-push-action@v7
162162
with:
163163
context: ${{ env.DIRECTORY }}
164164
target: standalone-binary

.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@v6
155+
uses: docker/build-push-action@v7
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@v6
165+
uses: docker/build-push-action@v7
166166
with:
167167
context: ${{ env.DIRECTORY }}
168168
target: standalone-binary

0 commit comments

Comments
 (0)