Skip to content

Commit 928952e

Browse files
committed
Fix Docker Release GitHub Action
Signed-off-by: Nicko Guyer <[email protected]>
1 parent 259e6c9 commit 928952e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ reference:
100100
manifest:
101101
./manifestgen.sh
102102
docker:
103-
./docker_build.sh $(DOCKER_ARGS)
103+
./docker_build.sh --load $(DOCKER_ARGS)
104104
docker-multiarch:
105105
./docker_build.sh --platform linux/amd64,linux/arm64 $(DOCKER_ARGS)
106106
docs: .ALWAYS

docker_build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ docker buildx build \
4646
--build-arg BASE_TAG=$BASE_TAG \
4747
--build-arg UI_TAG=$UI_TAG \
4848
--build-arg UI_RELEASE=$UI_RELEASE \
49-
--load \
5049
$@ \
5150
.
5251
docker buildx rm firefly

0 commit comments

Comments
 (0)