Skip to content

Commit

Permalink
Update renderRMarkdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
oneillkza authored Jul 4, 2024
1 parent 2c041c6 commit b56eec9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/renderRMarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
file: container/rmd.Dockerfile
context: .
push: false # Set to true if you want to push the image to a registry
tags: notebook-runner
load: true
tags: notebook-runner:latest
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Run Docker container to compile assets
uses: addnab/docker-run-action@v3
with:
image: notebook-runner
image: notebook-runner:latest
options: -v ${{ github.workspace }}:/workspace --rm -u root
run: |
RMD_FILES=$( find /workspace -name "*Rmd" -o -name "*rmd" )
Expand Down

0 comments on commit b56eec9

Please sign in to comment.