diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml index 678e6021..200b2595 100644 --- a/.forgejo/workflows/build-iso.yml +++ b/.forgejo/workflows/build-iso.yml @@ -7,7 +7,7 @@ jobs: runs-on: docker # container: nixos/nix steps: - - uses: Dockerfile + - uses: ./Dockerfile - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }} server." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."