Skip to content

v3.7.0

v3.7.0 #343

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
jobs:
docker-library-linux:
name: Test on linux
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: Clone Docker official images
run: git clone --depth 1 https://github.com/docker-library/official-images.git ~/official-images
- name: Test
run: ./.ci/test.sh
docker-library-wincore2022:
name: Test on windows server core 2022
runs-on: windows-2022
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: Test
run: .\.ci\test.ps1 -target 'servercore-ltsc2022'
shell: powershell
docker-library-wincore2025:
name: Test on windows server core 2025
runs-on: windows-2025
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: Test
run: .\.ci\test.ps1 -target 'servercore-ltsc2025'
shell: powershell