fix: Fixes release failures in GitHub workflows.
Oh my god I'm an idiot
This commit is contained in:
parent
06d2544f5f
commit
9bf67ab8de
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
LICENSE
|
LICENSE
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
repository: greysoh/nextnet
|
repository: imterah/nextnet
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: ${{ steps.get_version.outputs.version }}
|
tag_name: ${{ steps.get_version.outputs.version }}
|
||||||
|
|
||||||
|
@ -96,15 +96,15 @@ jobs:
|
||||||
|
|
||||||
- name: Build all docker images
|
- name: Build all docker images
|
||||||
run: |
|
run: |
|
||||||
docker build ./api --tag ghcr.io/greysoh/nextnet:$(cat VERSION)
|
docker build ./api --tag ghcr.io/imterah/nextnet:$(cat VERSION)
|
||||||
docker build ./lom --tag ghcr.io/greysoh/nextnet-lom:$(cat VERSION)
|
docker build ./lom --tag ghcr.io/imterah/nextnet-lom:$(cat VERSION)
|
||||||
|
|
||||||
- name: Publish all docker images
|
- name: Publish all docker images
|
||||||
run: |
|
run: |
|
||||||
docker tag ghcr.io/greysoh/nextnet:$(cat VERSION) ghcr.io/greysoh/nextnet:latest
|
docker tag ghcr.io/imterah/nextnet:$(cat VERSION) ghcr.io/imterah/nextnet:latest
|
||||||
docker push ghcr.io/greysoh/nextnet:$(cat VERSION)
|
docker push ghcr.io/imterah/nextnet:$(cat VERSION)
|
||||||
docker push ghcr.io/greysoh/nextnet:latest
|
docker push ghcr.io/imterah/nextnet:latest
|
||||||
|
|
||||||
docker tag ghcr.io/greysoh/nextnet-lom:$(cat VERSION) ghcr.io/greysoh/nextnet-lom:latest
|
docker tag ghcr.io/greysoh/nextnet-lom:$(cat VERSION) ghcr.io/greysoh/nextnet-lom:latest
|
||||||
docker push ghcr.io/greysoh/nextnet-lom:$(cat VERSION)
|
docker push ghcr.io/greysoh/nextnet-lom:$(cat VERSION)
|
||||||
docker push ghcr.io/greysoh/nextnet-lom:latest
|
docker push ghcr.io/greysoh/nextnet-lom:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue