Skip to content

Commit

Permalink
fix tag name and adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SHildebrandt committed May 24, 2024
1 parent 4be743f commit d9eb040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9eb040

Please sign in to comment.