diff --git a/workflows/docker-in-docker.yml b/workflows/docker-in-docker.yml new file mode 100644 index 0000000..14f2976 --- /dev/null +++ b/workflows/docker-in-docker.yml @@ -0,0 +1,16 @@ +name: checkout + +on: + push: + tags: + - '*' + +jobs: + checkout: + runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest + container: + image: git.phyllo.me/roots/fedora-iso-creation:42 + steps: + - uses: https://git.phyllo.me/actions/checkout@v4 + - name: Setup tmate session + - uses: https://github.com/mxschmitt/action-tmate@v3 \ No newline at end of file