Skip to content

Commit 500ca82

Browse files
authored
Update docker/build-push-action to v6 (#8)
* Update `docker/build-push-action` to `v6` * Update gha-publish-chart.yaml
1 parent 2d3efa4 commit 500ca82

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/gha-publish-chart.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ jobs:
7676

7777
- name: Set up Docker Buildx
7878
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
8579

8680
- name: Login to GitHub Container Registry
8781
uses: docker/login-action@v3
@@ -91,7 +85,7 @@ jobs:
9185
password: ${{ secrets.GITHUB_TOKEN }}
9286

9387
- name: Build & push controller image
94-
uses: docker/build-push-action@v5
88+
uses: docker/build-push-action@v6
9589
with:
9690
file: Dockerfile
9791
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)