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)