Skip to content

Bump alpine from 3.18.4 to 3.18.5 #128

Bump alpine from 3.18.4 to 3.18.5

Bump alpine from 3.18.4 to 3.18.5 #128

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
feature-branch-image-tag: playwright-v1.38.0
default-branch-image-tag: playwright-v1.38.0
secrets: inherit