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