Skip to content

Bump puppeteer from 19.8.2 to 21.3.5 #1372

Bump puppeteer from 19.8.2 to 21.3.5

Bump puppeteer from 19.8.2 to 21.3.5 #1372

Workflow file for this run

name: docker-build
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- '*.pdf'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.pdf'
jobs:
build_and_push:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build and push
uses: docker/build-push-action@v5.0.0