Bump version
Former-commit-id: 586c196377864d207df4d4681b9d46c4844c16dd [formerly 5392fc2832bf18fa0272933df426a89711a5635a] [formerly ec622287d196470b8ee14046cbbd63a5dd0c362f [formerly 4eca424cd93c99e2f3e76aad919cad440bbd85dd]] Former-commit-id: 088f36fd0fc360703f73ad0d9183560496ecd89f [formerly caedd603f3a506b38bc26a1c3ae6162460412f18] Former-commit-id: 7bf03846c6ece84653f54822d8333642bf3745f3 Former-commit-id: 26ae515cc7e11507e18c6cdc6038e5551606848d Former-commit-id: b63f2ba0797f08223a751fec7909bdfbf47733b3 Former-commit-id: c5241cf3fd2d8f634a70588b867c48668b092ff7 [formerly 02c72772040d72c1ae5ad4794194c07815a2cabe] Former-commit-id: 7a23462bbb99c6eccccc0c233171329009093d5c
This commit is contained in:
parent
35a7a1e435
commit
0cd5fb21b8
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "wstunnel"
|
name = "wstunnel"
|
||||||
version = "7.0.0"
|
version = "7.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/erebe/wstunnel.git"
|
repository = "https://github.com/erebe/wstunnel.git"
|
||||||
|
|
||||||
|
|
4
justfile
4
justfile
|
@ -3,6 +3,6 @@ set dotenv-load := false
|
||||||
_default:
|
_default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
docker_build:
|
docker_release $TAG:
|
||||||
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 .
|
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 .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue