From 8b4f3715e9de2f3940969c192805e4f638f71fc4 Mon Sep 17 00:00:00 2001 From: greysoh Date: Fri, 10 May 2024 09:13:31 -0400 Subject: [PATCH] fix: fixes typo. I can't catch a break man --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d87c9db..ee1e6b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: run: | 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 push ghcr.io/greysoh/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)