Skip to content

Refactor chromedriver setup and WebDriverWait in capture_page functio… #19

Refactor chromedriver setup and WebDriverWait in capture_page functio…

Refactor chromedriver setup and WebDriverWait in capture_page functio… #19

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
- develop
- "feature/**"
- "hotfix/**"
tags:
- "v*.*.*"
pull_request:
branches:
- main
- develop
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: pnstack/actions/docker-publish@main
with:
platforms: linux/amd64
dockerfile: Dockerfile
context: .
push_enabled: true
registry: ghcr.io