From bfcb8eede7e73c97fc107f32527c8324bd96fc5d Mon Sep 17 00:00:00 2001 From: cypress Date: Tue, 4 Jun 2024 21:34:55 -0700 Subject: [PATCH] Use appropriate docker image --- .github/workflows/build-all-and-release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-all-and-release.yml b/.github/workflows/build-all-and-release.yml index bb5497df2..3a32acb28 100644 --- a/.github/workflows/build-all-and-release.yml +++ b/.github/workflows/build-all-and-release.yml @@ -4,7 +4,7 @@ jobs: Compile-Linux32: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2 @@ -20,7 +20,7 @@ jobs: Compile-Linux64: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: Compile-LinuxArm64: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2 @@ -52,7 +52,7 @@ jobs: Compile-LinuxArmhf: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2 @@ -68,7 +68,7 @@ jobs: Compile-Windows32: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2 @@ -84,7 +84,7 @@ jobs: Compile-Windows64: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2 @@ -100,7 +100,7 @@ jobs: Compile-WASM: runs-on: ubuntu-latest container: - image: motolegact/fteqw:latest + image: motolegacy/fteqw:latest steps: - name: Checkout uses: actions/checkout@v2