From ecd3a0718cd852fab6d80a3150acc3ac3f1ac2e8 Mon Sep 17 00:00:00 2001 From: Carl Date: Sat, 3 Feb 2024 22:05:30 -0800 Subject: [PATCH] updated actions --- .github/workflows/docker-image.yml | 2 +- .github/workflows/quarto.yaml | 6 ------ .github/workflows/test-build.yaml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ef2ae9a..95ed85e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,7 +18,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN}} - name: Build the Docker image if: github.repository == 'boettiger-lab/nasa-topst-env-justice' - run: docker build .devcontainer --tag ghcr.io/boettiger-lab/nasa-tops:latest + run: docker build .devcontainer -f .devcontainer/jupyterhub.Dockerfile --tag ghcr.io/boettiger-lab/nasa-tops:latest - name: Publish if: github.repository == 'boettiger-lab/nasa-topst-env-justice' run: docker push ghcr.io/boettiger-lab/nasa-tops:latest diff --git a/.github/workflows/quarto.yaml b/.github/workflows/quarto.yaml index bc6df7a..2ad21af 100644 --- a/.github/workflows/quarto.yaml +++ b/.github/workflows/quarto.yaml @@ -20,12 +20,6 @@ jobs: - name: Check out repository uses: actions/checkout@v3 -# - name: Set up Quarto -# uses: quarto-dev/quarto-actions/setup@v2 - - - name: update dependencies - run: python -m pip install -r .devcontainer/requirements.txt - - name: Render and Publish if: github.repository == 'boettiger-lab/nasa-topst-env-justice' uses: quarto-dev/quarto-actions/publish@v2 diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 0dc65ed..50571a2 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -11,7 +11,7 @@ jobs: build-deploy: runs-on: ubuntu-latest container: - image: ghcr.io/eeholmes/earthdata-cloud-cookbook/cookbook:latest + image: ghcr.io/boettiger-lab/nasa-tops:latest options: --user root --security-opt seccomp=unconfined permissions: contents: write