Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! Release binaries with GitHub actions
  • Loading branch information
good-bye committed Mar 5, 2024
1 parent d3c1560 commit f2ca3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribute/distribute-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distribute_dir="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")"
image_name="visicut-distribution"

pushd "$distribute_dir"
docker build -t "$imagename" .
docker build -t "$image_name" .
popd

extra_args=()
Expand Down

0 comments on commit f2ca3a0

Please sign in to comment.