Skip to content

Commit 9f04212

Browse files
committed
Fix workflow
1 parent 9080bd1 commit 9f04212

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
run: |
2626
docker buildx build \
2727
--tag brotandgames/ciao:$(cat ./public/version) \
28-
--platform linux/amd64,linux/arm/v7,linux/arm64 \
29-
--load .
28+
--platform linux/amd64,linux/arm/v7,linux/arm64 .
3029
3130
- name: push the image
3231
if: "!contains(github.ref, '-rc')"

0 commit comments

Comments
 (0)