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 81e016c + 4577cab commit 482906dCopy full SHA for 482906d
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up Docker Buildx
51
uses: docker/setup-buildx-action@v3
52
- name: Build and push
53
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
54
with:
55
context: ./cli
56
platforms: linux/amd64,linux/arm64
.github/workflows/pr.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Build docker image
28
29
30
31
0 commit comments