chore: Adds lom with basic commands parsing.
This commit is contained in:
parent
7c1e26b150
commit
3a773e5b9b
10 changed files with 451 additions and 10 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -97,9 +97,14 @@ jobs:
|
|||
- name: Build all docker images
|
||||
run: |
|
||||
docker build ./api --tag ghcr.io/greysoh/api:$(cat VERSION)
|
||||
docker build ./lom --tag ghcr.io/greysoh/lom:$(cat VERSION)
|
||||
|
||||
- name: Publish all docker images
|
||||
run: |
|
||||
docker tag ghcr.io/greysoh/api:$(cat VERSION) ghcr.io/greysoh/api:latest
|
||||
docker push ghcr.io/greysoh/api:$(cat VERSION)
|
||||
docker push ghcr.io/greysoh/api:latest
|
||||
|
||||
docker tag ghcr.io/greysoh/lom:$(cat VERSION) ghcr.io/greysoh/lom:latest
|
||||
docker push ghcr.io/greysoh/lom:$(cat VERSION)
|
||||
docker push ghcr.io/greysoh/lom:latest
|
Loading…
Add table
Add a link
Reference in a new issue