Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed May 9, 2021
1 parent e07fe77 commit 6532cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client_env/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 6532cbb

Please sign in to comment.