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.
2 parents 2726d48 + 359c6c1 commit 445ca5fCopy full SHA for 445ca5f
.github/workflows/release.yml
@@ -302,7 +302,7 @@ jobs:
302
type=raw,value=latest
303
304
- name: Build and push Docker image
305
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
306
with:
307
context: .
308
file: ./Dockerfile
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: docker/setup-buildx-action@v3
97
98
- name: Build Docker image
99
100
101
102
0 commit comments