chore(deps): update registry.fedoraproject.org/fedora-minimal docker digest to 7b6c9fc #239
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |