From d9eb04006f0790e90c4ed137c3e5e52fffd4370e Mon Sep 17 00:00:00 2001 From: Steffen Hildebrandt Date: Fri, 24 May 2024 14:15:38 +0200 Subject: [PATCH] fix tag name and adjust readme --- .github/workflows/release.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 824d99f..79f234d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: with: context: . push: true - tags: ghcr.io/booleworks/logicng-service-test:${{ ENV.TAG_NAME }} + tags: ghcr.io/booleworks/logicng-service:${{ ENV.TAG_NAME }} platforms: linux/arm64,linux/amd64 - name: Create GitHub Release uses: softprops/action-gh-release@v2 diff --git a/README.md b/README.md index 64acaf9..cc2b56e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can just download a binary under [releases](https://github.com/booleworks/lo ## Docker ... or just use docker ```bash -docker run -p 8080:8080 ghcr.io/booleworks/logicng-service:0.0.1 +docker run -p 8080:8080 ghcr.io/booleworks/logicng-service:0.0.2 ``` ## Swagger