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.
docker/build-push-action
v6
1 parent 2d3efa4 commit 500ca82Copy full SHA for 500ca82
.github/workflows/gha-publish-chart.yaml
@@ -76,12 +76,6 @@ jobs:
76
77
- name: Set up Docker Buildx
78
uses: docker/setup-buildx-action@v3
79
- with:
80
- # Pinning v0.9.1 for Buildx and BuildKit v0.10.6
81
- # BuildKit v0.11 which has a bug causing intermittent
82
- # failures pushing images to GHCR
83
- version: v0.9.1
84
- driver-opts: image=moby/buildkit:v0.10.6
85
86
- name: Login to GitHub Container Registry
87
uses: docker/login-action@v3
@@ -91,7 +85,7 @@ jobs:
91
password: ${{ secrets.GITHUB_TOKEN }}
92
93
- name: Build & push controller image
94
- uses: docker/build-push-action@v5
88
+ uses: docker/build-push-action@v6
95
89
with:
96
90
file: Dockerfile
97
platforms: linux/amd64,linux/arm64
0 commit comments