Skip to content

Merge branch 'main' into dependabot/github_actions/pre-commit/action-… #283

Merge branch 'main' into dependabot/github_actions/pre-commit/action-…

Merge branch 'main' into dependabot/github_actions/pre-commit/action-… #283

Workflow file for this run

name: Build and push runner images
on:
push:
branches-ignore:
- "*-skip-build"
permissions:
id-token: write
jobs:
latest:
name: Build and push 'latest' image
uses:
./.github/workflows/_docker-build.yml
secrets: inherit
playwright:
name: Build and push 'playwright' image
uses:
./.github/workflows/_docker-build.yml
with:
dockerfile: playwright.Dockerfile
trivyignore: .trivyignore-playwright
feature-branch-image-tag: playwright-v1.38.0
default-branch-image-tag: playwright-v1.38.0
secrets: inherit