Skip to content

Build(deps): bump puppeteer from 22.10.1 to 23.0.2 (HeadlessChrome/12… #219

Build(deps): bump puppeteer from 22.10.1 to 23.0.2 (HeadlessChrome/12…

Build(deps): bump puppeteer from 22.10.1 to 23.0.2 (HeadlessChrome/12… #219

Workflow file for this run

name: Build and publish a Docker image to ghcr.io
on:
# publish on releases (tagged as "x.y.z" - "v" prefix is removed)
release:
types: [ published ]
# publish on pushes to the main branch (tagged as "latest")
push:
branches:
- devel
# pull_request: # debug
jobs:
docker_publish:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v4
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}