Skip to content

Commit 14b5337

Browse files
chore(deps): update docker/bake-action action to v7 (release-1.28) (cloudnative-pg#10186)
1 parent 4f7a6cb commit 14b5337

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
password: ${{ env.REGISTRY_PASSWORD }}
406406
-
407407
name: Build and push
408-
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6
408+
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
409409
id: bake-push
410410
env:
411411
BUILDX_METADATA_PROVENANCE: disabled

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
password: ${{ env.REGISTRY_PASSWORD }}
565565

566566
- name: Build and push
567-
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6
567+
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
568568
id: bake-push
569569
env:
570570
BUILDX_METADATA_PROVENANCE: disabled

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
password: ${{ secrets.GITHUB_TOKEN }}
238238
-
239239
name: Build and push
240-
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6
240+
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
241241
id: bake-push
242242
env:
243243
BUILDX_METADATA_PROVENANCE: disabled

0 commit comments

Comments
 (0)