Skip to content

Commit

Permalink
Fix make file for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
demophoon committed Dec 12, 2024
1 parent f1a586e commit b3b020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker:
--label "org.opencontainers.image.source=https://github.com/demophoon/shrls" \
--label "org.opencontainers.image.description=Simple and small url shortener" \
--label "org.opencontainers.image.licenses=Apache-2.0" \
-t ghcr.io/demophoon/shrls:${version}
-t ghcr.io/demophoon/shrls:${version} \
-t ghcr.io/demophoon/shrls:latest

.PHONY: publish
Expand Down

0 comments on commit b3b020d

Please sign in to comment.