Skip to content

6 add styling to the pdf creation (#13) #5

6 add styling to the pdf creation (#13)

6 add styling to the pdf creation (#13) #5

name: Build & publish pandoc-latex-fonts image
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.pandoc-fonts
push: true
tags: |
ghcr.io/international-data-spaces-association/pandoc-latex-fonts:latest
ghcr.io/international-data-spaces-association/pandoc-latex-fonts:3.9