Skip to content

Commit

Permalink
avoid setting docker_image_name twice
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev committed Mar 21, 2024
1 parent 334a9de commit b7c3a78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/actions/linux/docker-impl/docker-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ if [[ "$NETWORK" = "LIVE" ]]; then
echo "Live"
if [[ "$IS_RELEASE_BUILD" = "true" ]]; then
network_tag_suffix=''
docker_image_name="${DOCKER_REGISTRY}/nano"
else
network_tag_suffix='-nightly'
docker_image_name="${DOCKER_REGISTRY}/nano-nightly"
fi
network="live"
elif [[ "$NETWORK" = "BETA" ]]; then
Expand Down

0 comments on commit b7c3a78

Please sign in to comment.