Skip to content

chore(deps): update registry.fedoraproject.org/fedora-minimal docker digest to 7b6c9fc #239

chore(deps): update registry.fedoraproject.org/fedora-minimal docker digest to 7b6c9fc

chore(deps): update registry.fedoraproject.org/fedora-minimal docker digest to 7b6c9fc #239

Workflow file for this run

name: Test image
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: [main]
jobs:
test-image:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Test image
run: |
set -xe
docker build . -t mirror-tool -f image/Containerfile
docker run mirror-tool --help