Skip to content

feat: install beamer and beamer-tcolorbox with tlmgr #25

feat: install beamer and beamer-tcolorbox with tlmgr

feat: install beamer and beamer-tcolorbox with tlmgr #25

Workflow file for this run

on:
pull_request:
branches: [main]
name: Build
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/[email protected]
id: meta
with:
images: ghcr.io/${{ github.repository }}
- uses: docker/[email protected]
with:
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max