Fix makefile typo
This commit is contained in:
parent
6b3467b1d7
commit
89fdb0b9a5
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue