Skip to content

Commit

Permalink
fixing container build
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Oct 6, 2024
1 parent 36fa2c4 commit ea81fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
install: true
- name: vendor the things
run: |
mkdir .cargo
cargo vendor > .cargo/config.toml
mkdir -p .cargo
cargo vendor >> .cargo/config.toml
- name: Build and export to Docker
id: build_and_export
uses: docker/build-push-action@v6
Expand Down

0 comments on commit ea81fb0

Please sign in to comment.