From 0cd5fb21b810448c13184c990c917a192d03dfc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Sat, 21 Oct 2023 18:16:51 +0200 Subject: [PATCH] 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 --- Cargo.toml | 2 +- justfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 .