Skip to content

Commit f146a61

Browse files
committed
chore(build-push-harbor): update buildx to v0.13.0
1 parent 1dba8c2 commit f146a61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/all-build-push-scan-harbor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ jobs:
102102
- name: Set up Docker Buildx
103103
uses: docker/setup-buildx-action@v3
104104
with:
105-
version: v0.29.1
106105
driver-opts: |
107-
image=moby/buildkit:v0.12.5
106+
image=moby/buildkit:v0.13.0
108107
109108
- name: Log in to Harbor Registry
110109
if: env.PUSH_ENABLED == 'true'

0 commit comments

Comments
 (0)