Skip to content

Commit

Permalink
Update dockerhub info for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahJack authored Nov 13, 2022
1 parent 90c19ba commit e833b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ set -ex

UNITY_VERSION=2019.4.35f1
GAME_CI_VERSION=1 # https://github.com/game-ci/docker/releases
MY_USERNAME=gableroux
MY_USERNAME=josiahjack

declare -a components=("linux-il2cpp" "mac-mono" "windows-mono")

for component in "${components[@]}"
do
GAME_CI_UNITY_EDITOR_IMAGE=unityci/editor:ubuntu-${UNITY_VERSION}-${component}-${GAME_CI_VERSION}
IMAGE_TO_PUBLISH=${MY_USERNAME}/unity3d:ubuntu-${UNITY_VERSION}-${component}-${GAME_CI_VERSION}
IMAGE_TO_PUBLISH=${MY_USERNAME}/citadel-ci:ubuntu-${UNITY_VERSION}-${component}-${GAME_CI_VERSION}
docker build --build-arg GAME_CI_UNITY_EDITOR_IMAGE=${GAME_CI_UNITY_EDITOR_IMAGE} . -t ${IMAGE_TO_PUBLISH}
# uncomment the following to publish the built images to docker hub
docker push ${IMAGE_TO_PUBLISH}
Expand Down

0 comments on commit e833b12

Please sign in to comment.