Skip to content

Commit 16be981

Browse files
committed
chore: Update build-push-action to version 7 in workflows
1 parent 574959c commit 16be981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# Build the multi-platform container image and push it to both registries.
116116
# BuildKit is used to generate SBOM and provenance metadata.
117117
- name: Build and push (multi-registry, multi-platform)
118-
uses: docker/build-push-action@v5
118+
uses: docker/build-push-action@v7
119119
with:
120120
context: .
121121
push: true

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Build the Docker image and load it locally
6161
- name: Build Image
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
context: .
6565
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)