Skip to content

feat: maven-4 images #27

feat: maven-4 images

feat: maven-4 images #27

name: amazoncorretto-11-alpine
on:
push:
branches:
- main
paths:
- "amazoncorretto-11-alpine/**"
- .github/workflows/amazoncorretto-11-alpine.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-11-alpine/**"
- .github/workflows/amazoncorretto-11-alpine.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-11-alpine
secrets: inherit