Skip to content

Commit 15860eb

Browse files
chore(deps): update docker/build-push-action action to v5 (cloudnative-pg#2764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfd9422 commit 15860eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
password: ${{ secrets.GITHUB_TOKEN }}
365365
-
366366
name: Build and push
367-
uses: docker/build-push-action@v4
367+
uses: docker/build-push-action@v5
368368
with:
369369
platforms: ${{ env.PLATFORMS }}
370370
context: .

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ jobs:
474474
password: ${{ secrets.GITHUB_TOKEN }}
475475

476476
- name: Build and eventually push
477-
uses: docker/build-push-action@v4
477+
uses: docker/build-push-action@v5
478478
with:
479479
platforms: ${{ env.PLATFORMS }}
480480
context: .

.github/workflows/release-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
password: ${{ secrets.GITHUB_TOKEN }}
155155
-
156156
name: Build and push
157-
uses: docker/build-push-action@v4
157+
uses: docker/build-push-action@v5
158158
with:
159159
platforms: ${{ env.PLATFORMS }}
160160
context: .

0 commit comments

Comments
 (0)