Skip to content

Commit

Permalink
fix: correctly build container in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
coadler committed Mar 27, 2023
1 parent 11a01d3 commit c462cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ build/tunneld.tag: build/tunneld
docker build \
--file Dockerfile \
--build-arg "WGTUNNEL_VERSION=$(VERSION)" \
--tag "$$tag"
--tag "$$tag" \
.

echo "$$tag" > "$@"

Expand Down

0 comments on commit c462cf0

Please sign in to comment.