diff --git a/.github/actions/glob/Dockerfile b/.github/actions/glob/Dockerfile index 658ad29c0..6e2a3833c 100644 --- a/.github/actions/glob/Dockerfile +++ b/.github/actions/glob/Dockerfile @@ -1,5 +1,4 @@ FROM jaredtobin/janeway:v0.13.1 COPY entrypoint.sh /entrypoint.sh -USER 0:0 EXPOSE 22/tcp ENTRYPOINT ["/entrypoint.sh"] diff --git a/.github/workflows/glob.yml b/.github/workflows/glob.yml index 254c0291f..8535724c1 100644 --- a/.github/workflows/glob.yml +++ b/.github/workflows/glob.yml @@ -2,16 +2,18 @@ name: glob on: push: branches: - - 'jt/lacd' + - 'release/next-js' pull_request: branches: - - 'jt/lacd' + - 'release/next-js' jobs: glob: runs-on: ubuntu-latest name: "Create and deploy a glob to ~lomlyx-lopsem-nidsut-tomdun" steps: - uses: actions/checkout@v2 + with: + lfs: true - uses: ./.github/actions/glob with: ship: 'lomlyx-lopsem-nidsut-tomdun'