Skip to content

feat: maven-4 images #347

feat: maven-4 images

feat: maven-4 images #347

name: amazoncorretto-8-windowsservercore
on:
push:
paths:
- "amazoncorretto-8-windowsservercore/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bats"
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml
pull_request:
paths:
- "amazoncorretto-8-windowsservercore/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml
env:
DOCKER_PUSH: "true"
jobs:
build:
uses: ./.github/workflows/_template_windows.yml
with:
directory: amazoncorretto-8-windowsservercore
secrets: inherit