We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3583 commit 3b53309Copy full SHA for 3b53309
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Build and push
94
id: docker_build
95
- uses: docker/build-push-action@v6.13.0
+ uses: docker/build-push-action@v6.14.0
96
with:
97
platforms: ${{ matrix.platforms }}
98
# ensure latest base image is used
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Build
32
33
34
35
36
0 commit comments