Skip to content

using chromium-sandbox to avoid warning on quarto preview #11

using chromium-sandbox to avoid warning on quarto preview

using chromium-sandbox to avoid warning on quarto preview #11

Workflow file for this run

name: 'build'
on: # rebuild any PRs and main branch changes
schedule:
- cron: "0 2 * * SUN"
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GERG_REGISTRY_TOKEN }}
- name: Build and run Dev Container task
uses: devcontainers/ci@v0.3
with:
subFolder: src/jdk17-quarto
imageName: ghcr.io/gvdenbro/jdk17-quarto