fix: Fixes LOM release failures.

This commit is contained in:
Tera 2024-09-29 13:01:14 +00:00 committed by GitHub
parent 398e978c0d
commit b3c9d31db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,6 +105,6 @@ jobs:
docker push ghcr.io/imterah/nextnet:$(cat VERSION)
docker push ghcr.io/imterah/nextnet:latest
docker tag ghcr.io/imterah/nextnet-lom:$(cat VERSION) ghcr.io/greysoh/nextnet-lom:latest
docker tag ghcr.io/imterah/nextnet-lom:$(cat VERSION) ghcr.io/imterah/nextnet-lom:latest
docker push ghcr.io/imterah/nextnet-lom:$(cat VERSION)
docker push ghcr.io/imterah/nextnet-lom:latest