From 1e2392cca531ce5470ca9089ad761b4fe66f4b08 Mon Sep 17 00:00:00 2001 From: Tera Date: Sun, 22 Sep 2024 00:10:41 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a5e383..447020d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,6 +105,6 @@ jobs: docker push ghcr.io/imterah/nextnet:$(cat VERSION) docker push ghcr.io/imterah/nextnet: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:latest + docker tag ghcr.io/imterah/nextnet-lom:$(cat VERSION) ghcr.io/greysoh/nextnet-lom:latest + docker push ghcr.io/imterah/nextnet-lom:$(cat VERSION) + docker push ghcr.io/imterah/nextnet-lom:latest