Skip to content

Commit

Permalink
ci: adjust devcontainter image
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Aug 4, 2024
1 parent d07ca2d commit f7e5e66
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: ensure-docker
runs-on: ubuntu-latest-32-cores
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -52,7 +52,7 @@ jobs:
ensure-wasm:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -127,7 +127,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -141,7 +141,7 @@ jobs:
dojo-world-bindings-check:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -150,7 +150,7 @@ jobs:
clippy:
runs-on: ubuntu-latest-4-cores
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -159,7 +159,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -168,7 +168,7 @@ jobs:
docs:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.4
image: ghcr.io/dojoengine/dojo-dev:e1c9597
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit f7e5e66

Please sign in to comment.