Skip to content

Commit b7c19a6

Browse files
Update docker/build-push-action action to v7
1 parent 6285909 commit b7c19a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Build and push Docker image with Buildx (don't push on PR)
100100
- name: Build and push Docker image
101101
id: build-and-push
102-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
102+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
103103
with:
104104
context: containers/${{ matrix.container }}
105105
platforms: linux/amd64

.github/workflows/release.yml

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

7575
- name: Build and push by digest
7676
id: build
77-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
77+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7878
with:
7979
context: containers/${{ needs.changed-containers.outputs.container_name }}
8080
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)