Skip to content

Commit

Permalink
create docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hooozen committed Jul 3, 2023
1 parent 4927ff2 commit e35a139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
permissions:
contents: write
container:
image:
- docker://pandoc/latex
- image: docker://node:18
image: docker://hooozen/node-pandoc:latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM node:18
FROM pandoc/latex:3mezjo1-qakzad-jofCep

0 comments on commit e35a139

Please sign in to comment.