Skip to content

chore: prepare docs and tests for maven 4 #82

chore: prepare docs and tests for maven 4

chore: prepare docs and tests for maven 4 #82

name: amazoncorretto-17-windowsservercore
on:
push:
paths:
- "amazoncorretto-17-windowsservercore/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bats"
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml
pull_request:
paths:
- "amazoncorretto-17-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-17-windowsservercore
secrets: inherit