Skip to content

Commit

Permalink
Use appropriate docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Jun 5, 2024
1 parent d10f3d7 commit bfcb8ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-all-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bfcb8ee

Please sign in to comment.