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 db45f0d commit dd28825Copy full SHA for dd28825
.github/workflows/ci-pr.yml
@@ -70,7 +70,7 @@ jobs:
70
type=raw,value=latest
71
72
- name: Build
73
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
74
with:
75
context: .
76
platforms: linux/amd64,linux/arm64
.github/workflows/ci-release.yml
@@ -67,7 +67,7 @@ jobs:
67
type=semver,pattern={{raw}}
68
69
0 commit comments