Skip to content

Commit

Permalink
Fix docker_lite_push
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Aug 27, 2024
1 parent 05e3b0c commit 49e4a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ $(DOCKER_LITE_TARGETS): docker_lite_%:
${call build_docker_image,docker/lite/Dockerfile.$*,frouioui/lite:$*}

docker_lite_push:
echo "pushing lite image: latest" && docker push frouioui/lite:latest
for i in $(DOCKER_LITE_SUFFIX); do echo "pushing lite image: $$i"; docker push frouioui/lite:$$i || exit 1; done

docker_lite_all: docker_lite $(DOCKER_LITE_TARGETS)
Expand Down

0 comments on commit 49e4a01

Please sign in to comment.