Skip to content

Commit

Permalink
chore(release): add foundry to docker buoild
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent c19a9f8 commit ecd4b5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3

- name: Get latest version of stable Rust
run: rustup update stable

- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit ecd4b5e

Please sign in to comment.