Skip to content

Commit

Permalink
updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 4, 2024
1 parent 432571e commit ecd3a07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 0 additions & 6 deletions .github/workflows/quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecd3a07

Please sign in to comment.