Skip to content

Commit

Permalink
CI: Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed May 1, 2023
1 parent ebaebb6 commit ff5dafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ docker-demo: docker-demo-latest
docker-demo-all: docker-demo-latest docker-demo-debian
docker-demo-latest:
docker pull photoprism/photoprism:preview-ce
scripts/docker/build.sh demo $(BUILD_DATE)
scripts/docker/push.sh demo $(BUILD_DATE)
scripts/docker/build.sh demo ce
scripts/docker/push.sh demo ce
docker-demo-debian:
docker pull photoprism/photoprism:preview-ce-debian
scripts/docker/build.sh demo debian /debian
Expand Down

0 comments on commit ff5dafe

Please sign in to comment.