Fix makefile typo

This commit is contained in:
Jannis Mattheis 2021-12-04 22:31:51 +01:00
parent 6b3467b1d7
commit 89fdb0b9a5
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ build-docker-arm-7: require-version
-t gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -1) \
-t ghcr.io/gotify/server-arm7:latest \
-t ghcr.io/gotify/server-arm7:${VERSION} \
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -2) \
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -2) \
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -1) .
rm ${DOCKER_DIR}gotify-app