mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
🐛 fix: Rename netris to nestri (#78)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** This PR is the first in a series of PRs trying to solve the issue #48 by renaming `Netris` to `Nestri` to avoid Trademark legal issues.
This commit is contained in:
2
.github/workflows/base.yml
vendored
2
.github/workflows/base.yml
vendored
@@ -25,7 +25,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: netrisdotme/netris
|
||||
IMAGE_NAME: nestriness/nestri
|
||||
BASE_TAG_PREFIX: base
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: netrisdotme/netris
|
||||
IMAGE_NAME: nestriness/nestri
|
||||
BASE_TAG_PREFIX: server
|
||||
|
||||
# concurrency:
|
||||
|
||||
2
.github/workflows/warp-input.yml
vendored
2
.github/workflows/warp-input.yml
vendored
@@ -24,7 +24,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: netrisdotme/netris
|
||||
IMAGE_NAME: nestriness/nestri
|
||||
BASE_TAG_PREFIX: warp-input
|
||||
|
||||
# concurrency:
|
||||
|
||||
2
.github/workflows/warp.yml
vendored
2
.github/workflows/warp.yml
vendored
@@ -22,7 +22,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: netrisdotme/netris
|
||||
IMAGE_NAME: nestriness/nestri
|
||||
BASE_TAG_PREFIX: warp
|
||||
|
||||
# concurrency:
|
||||
|
||||
Reference in New Issue
Block a user