From 6532cbbbeac533af32e758e5cf0ca4fdebc28349 Mon Sep 17 00:00:00 2001 From: Roman Nikitin Date: Sun, 9 May 2021 19:11:34 +0300 Subject: [PATCH] Minor updates --- .github/workflows/release.yml | 2 +- client_env/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 555fc7b..4d92e7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.CR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push client image id: docker_build diff --git a/client_env/start.sh b/client_env/start.sh index fccc441..5c9f12b 100755 --- a/client_env/start.sh +++ b/client_env/start.sh @@ -12,7 +12,7 @@ if [[ -z "${VERSION}" ]]; then fi IMAGE="ghcr.io/pomo-mondreganto/neo_env:${VERSION}" -CONTAINER_NAME=neo_env +CONTAINER_NAME="neo-${VERSION}" echo "Using image: ${IMAGE}"