File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments