From 9b1d7ab901720ba1dd4226ab88ffaef107d30121 Mon Sep 17 00:00:00 2001 From: Josiah Jack Date: Sun, 13 Nov 2022 07:24:48 -0600 Subject: [PATCH] Use image from dockerhub --- .github/workflows/fresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fresh.yml b/.github/workflows/fresh.yml index 4598cf133..c235bde78 100644 --- a/.github/workflows/fresh.yml +++ b/.github/workflows/fresh.yml @@ -32,7 +32,7 @@ jobs: with: targetPlatform: ${{ matrix.targetPlatform }} versioning: Semantic - customImage: gableroux/editor:ubuntu-2019.4.35f1-linux-il2cpp-0.15.0 + customImage: josiahjack/citadel-ci:ubuntu-2019.4.35f1-linux-il2cpp-1 allowDirtyBuild: true - name: Upload built files