We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bbb2b commit f2a3f02Copy full SHA for f2a3f02
.github/workflows/build.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Build and push Docker image
21
id: build-and-push
22
- uses: docker/build-push-action@v6.10.0
+ uses: docker/build-push-action@v6.11.0
23
with:
24
context: .
25
platforms: linux/amd64,linux/arm64
.github/workflows/release.yaml
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
0 commit comments