Skip to content

Commit

Permalink
feat: update the Dockerfile with emulator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renan061 committed Jun 3, 2024
1 parent 2c056b7 commit fb685af
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 168 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
name=ghcr.io/cartesi/rollups-node-ci-base
name=ghcr.io/cartesi/rollups-node-ci
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
Expand All @@ -162,7 +162,7 @@ jobs:
./docker-bake.hcl
${{ steps.docker_meta.outputs.bake-file }}
./docker-bake.platforms.hcl
targets: rollups-node-ci-base
targets: rollups-node-ci
push: true
project: ${{ vars.DEPOT_PROJECT }}
workdir: build
Expand All @@ -174,7 +174,7 @@ jobs:
test-go:
runs-on: ubuntu-22.04
container:
image: ghcr.io/cartesi/rollups-node-ci-base:${{needs.build-ci-base.outputs.output}}
image: ghcr.io/cartesi/rollups-node-ci:${{needs.build-ci-base.outputs.output}}
needs:
- build-ci-base
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
image:
- rollups-node
- rollups-node-ci-base
- rollups-node-ci
steps:
- uses: vlaurin/[email protected]
with:
Expand Down
Loading

0 comments on commit fb685af

Please sign in to comment.