Skip to content

Commit

Permalink
build: add docker build ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jun 30, 2024
1 parent f388685 commit 59327de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --workspace --all-features --target ${{ matrix.target }} --tests -- -Dwarnings

build-docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build Docker image
run: docker build -t trippy-docker-image .

cargo-deny:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 59327de

Please sign in to comment.