diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index f4e10bd..770afaf 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: docker steps: - - uses: https://forgejo.skynet.ie/eoghanconlon73/actions/docker_nix@eoghan_testV8 + - uses: https://forgejo.skynet.ie/eoghanconlon73/actions/docker_nix@eoghan_test-final with: nix_path: 'nixpkgs=channel:nixos-unstable' # get the repo first @@ -26,4 +26,4 @@ jobs: with: ssh_key: ${{ secrets.SSH_KEY }} username: ${{ env.GITHUB_REPOSITORY_OWNER }} - folder: "src" \ No newline at end of file + folder: "build" \ No newline at end of file