Skip to content

Commit b272d7d

Browse files
chore(deps): bump docker/build-push-action in the github-actions group (#4258)
1 parent cbdc892 commit b272d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Build and Push Docker Image
6565
id: docker-push
66-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
66+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
6767
with:
6868
context: .
6969
platforms: linux/amd64,linux/arm64
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Build and Push Docker Image (wolfi)
9999
id: docker-push-wolfi
100-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
100+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
101101
with:
102102
context: .
103103
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)