From 43153e75a1bfb5159da64477cfc2b2058f2c68bc Mon Sep 17 00:00:00 2001 From: greysoh Date: Fri, 10 May 2024 08:59:13 -0400 Subject: [PATCH] feature: Bump version to 1.0.0, and slightly rename stuff. --- .github/workflows/release.yml | 16 ++++++++-------- VERSION | 2 +- docker-compose.yml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8998185..d87c9db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,15 +96,15 @@ 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) + docker build ./api --tag ghcr.io/greysoh/nextnet:$(cat VERSION) + docker build ./lom --tag ghcr.io/greysoh/nextnet-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/nextnet:$(cat VERSION) ghcr.io/greysoh/nextnet:latest + docker push ghcr.io/greysoh/nextnet:$(cat VERSION) + docker push ghcr.io/greysoh/netxtnet: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 \ No newline at end of file + 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:latest \ No newline at end of file diff --git a/VERSION b/VERSION index 6da28dd..afaf360 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index c05412c..ce92110 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: nextnet-api: - image: ghcr.io/greysoh/api:latest + image: ghcr.io/greysoh/nextnet:latest container_name: nextnet-api restart: always env_file: @@ -11,8 +11,8 @@ services: # NOTE: For this to work correctly, the nextnet-api must be version > 0.1.1 # or have a version with backported username support, incl. logins nextnet-lom: - image: ghcr.io/greysoh/nextnet-ssh:latest - container_name: nextnet_api + image: ghcr.io/greysoh/nextnet-lom:latest + container_name: nextnet-lom restart: always ports: - 2222:2222