Skip to content

chore(deps): update registry.fedoraproject.org/fedora-minimal docker digest to 9602d8b #46

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

chore(deps): update registry.fedoraproject.org/fedora-minimal docker digest to 9602d8b #46

Workflow file for this run

name: Test image
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: [main]
jobs:
test-image:
runs-on: ubuntu-22.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