diff --git a/Cargo.toml b/Cargo.toml index 83a703e..f0471c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wstunnel" -version = "7.0.0" +version = "7.1.0" edition = "2021" repository = "https://github.com/erebe/wstunnel.git" diff --git a/justfile b/justfile index 236284b..022d9be 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,6 @@ set dotenv-load := false _default: @just --list -docker_build: - depot build --project v4z5w7md33 --platform linux/arm/v7,linux/arm64,linux/amd64 -t ghcr.io/erebe/wstunnel:v7.0.0 -t ghcr.io/erebe/wstunnel:latest --push . +docker_release $TAG: + depot build --project v4z5w7md33 --platform linux/arm/v7,linux/arm64,linux/amd64 -t ghcr.io/erebe/wstunnel:$TAG -t ghcr.io/erebe/wstunnel:latest --push .