CI: Update release target in Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
90a18f6e7d
commit
f1e98f9915
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -424,7 +424,7 @@ docker-preview-impish:
|
|||
docker pull --platform=amd64 ubuntu:impish
|
||||
docker pull --platform=arm64 ubuntu:impish
|
||||
scripts/docker/buildx-multi.sh photoprism linux/amd64,linux/arm64 preview-impish /impish
|
||||
release: docker-release-all
|
||||
release: docker-release
|
||||
docker-release: docker-release-latest
|
||||
docker-release-all: docker-release-latest docker-release-other
|
||||
docker-release-latest: docker-release-ubuntu
|
||||
|
|
Loading…
Reference in a new issue