Skip to content

Commit 89fdb0b

Browse files
committed
Fix makefile typo
1 parent 6b3467b commit 89fdb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ build-docker-arm-7: require-version
9292
-t gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -1) \
9393
-t ghcr.io/gotify/server-arm7:latest \
9494
-t ghcr.io/gotify/server-arm7:${VERSION} \
95-
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -2) \
95+
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -2) \
9696
-t ghcr.io/gotify/server-arm7:$(shell echo $(VERSION) | cut -d '.' -f -1) .
9797
rm ${DOCKER_DIR}gotify-app
9898

0 commit comments

Comments
 (0)