We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3467b commit 89fdb0bCopy full SHA for 89fdb0b
Makefile
@@ -92,7 +92,7 @@ build-docker-arm-7: require-version
92
-t gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -1) \
93
-t ghcr.io/gotify/server-arm7:latest \
94
-t ghcr.io/gotify/server-arm7:${VERSION} \
95
- -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) \
96
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -1) .
97
rm ${DOCKER_DIR}gotify-app
98
0 commit comments