Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit a0b70ba

Browse files
authored
Merge pull request #66 from gianarb/fix/buildx-command
use the right buildx command
2 parents 0d1bb42 + 09d896c commit a0b70ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Update docker manifest
4545
run: |
46-
buildx imagetools create \
46+
docker buildx imagetools create \
4747
-t packethost/cluster-api-provider-packet:$VERSION \
4848
packethost/cluster-api-provider-packet:$VERSION-amd64 \
4949
packethost/cluster-api-provider-packet:$VERSION-arm64

0 commit comments

Comments
 (0)