From cca7b48d3bb393c137fc506b8b6396fe9c6d09bf Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 8 Apr 2025 00:52:24 -0700 Subject: [PATCH] docs(readme): update build commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 351d1192..38e9d964 100644 --- a/README.md +++ b/README.md @@ -565,9 +565,9 @@ docker buildx build \ --build-arg ARCH=amd64 \ --build-arg VERSION=1.1.0 \ --build-arg BUILDDATE=20250325 \ - --tag ghcr.io/thebinaryninja/tvapp2:1.1.0 \ - --tag ghcr.io/thebinaryninja/tvapp2:1.1 \ - --tag ghcr.io/thebinaryninja/tvapp2:1 \ + --tag ghcr.io/thebinaryninja/tvapp2:1.2.0 \ + --tag ghcr.io/thebinaryninja/tvapp2:1.2 \ + --tag ghcr.io/thebinaryninja/tvapp2:2 \ --tag ghcr.io/thebinaryninja/tvapp2:latest \ --attest type=provenance,disabled=true \ --attest type=sbom,disabled=true \