fix: Fixes release failures in GitHub workflows.

Oh my god I'm an idiot
This commit is contained in:
Tera 2024-09-22 00:06:47 +00:00 committed by GitHub
parent 06d2544f5f
commit 9bf67ab8de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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