File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ jobs:
364
364
password : ${{ secrets.GITHUB_TOKEN }}
365
365
-
366
366
name : Build and push
367
- uses : docker/build-push-action@v4
367
+ uses : docker/build-push-action@v5
368
368
with :
369
369
platforms : ${{ env.PLATFORMS }}
370
370
context : .
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ jobs:
474
474
password : ${{ secrets.GITHUB_TOKEN }}
475
475
476
476
- name : Build and eventually push
477
- uses : docker/build-push-action@v4
477
+ uses : docker/build-push-action@v5
478
478
with :
479
479
platforms : ${{ env.PLATFORMS }}
480
480
context : .
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
password : ${{ secrets.GITHUB_TOKEN }}
155
155
-
156
156
name : Build and push
157
- uses : docker/build-push-action@v4
157
+ uses : docker/build-push-action@v5
158
158
with :
159
159
platforms : ${{ env.PLATFORMS }}
160
160
context : .
You can’t perform that action at this time.
0 commit comments