Skip to content

Build a dev image based on Chrome 117 #2

Build a dev image based on Chrome 117

Build a dev image based on Chrome 117 #2

Workflow file for this run

name: Docker dev
on:
push:
branches:
- dev-chrome-117
jobs:
build-and-push:
name: Deploy Docker Image
runs-on: ubuntu-22.04
steps:
- name: Retrieve source code
uses: actions/checkout@v3
- name: Build and push
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/zimit
manual-tag: dev-chrome-117-bis
restrict-to: openzim/zimit
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto
platforms: |
linux/amd64