Skip to content

chore(deps): bump clap from 4.5.1 to 4.5.2 #30

chore(deps): bump clap from 4.5.1 to 4.5.2

chore(deps): bump clap from 4.5.1 to 4.5.2 #30

Workflow file for this run

on:
pull_request:
paths:
- '**.rs'
- docker-image/**
- Cargo.toml
workflow_dispatch:
name: Test Dockerfile
jobs:
test-docker:
name: Test Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container
run: docker build --target runtime -t container .
- name: Run container and exec
run: docker run --rm --name running-container container ff --help