We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdc892 commit b272d7dCopy full SHA for b272d7d
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Build and Push Docker Image
65
id: docker-push
66
- uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
67
with:
68
context: .
69
platforms: linux/amd64,linux/arm64
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Build and Push Docker Image (wolfi)
99
id: docker-push-wolfi
100
101
102
103
0 commit comments