From ebdc43c74e9acdbaa2181a7fd30182451d2e491b Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sun, 16 Jun 2024 17:35:53 +0000 Subject: [PATCH] Enhancement (ci): Standardize test docker images --- .github/workflows/ci-master-pr.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 87f6167..4fe3644 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -29,7 +29,7 @@ jobs: test-powershell-6-0: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:6.0.4-ubuntu-16.04 + image: theohbrothers/docker-powershell:6.0.4-ubuntu-16.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -42,7 +42,7 @@ jobs: test-powershell-6-1: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:6.1.3-ubuntu-18.04 + image: theohbrothers/docker-powershell:6.1.3-ubuntu-18.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -55,7 +55,7 @@ jobs: test-powershell-6-2: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:6.2.4-ubuntu-18.04 + image: theohbrothers/docker-powershell:6.2.4-ubuntu-18.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -68,7 +68,7 @@ jobs: test-powershell-7-0: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04 + image: theohbrothers/docker-powershell:7.0.3-ubuntu-18.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -81,7 +81,7 @@ jobs: test-powershell-7-1: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04 + image: theohbrothers/docker-powershell:7.1.5-ubuntu-20.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -94,7 +94,7 @@ jobs: test-powershell-7-2: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.2-ubuntu-20.04 + image: theohbrothers/docker-powershell:7.2-ubuntu-22.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -107,7 +107,7 @@ jobs: test-powershell-7-3: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.3-ubuntu-20.04 + image: theohbrothers/docker-powershell:7.3-ubuntu-22.04-git steps: - uses: actions/checkout@v1 - name: Powershell version @@ -120,7 +120,7 @@ jobs: test-powershell-7-4: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.4-ubuntu-22.04 + image: theohbrothers/docker-powershell:7.4-ubuntu-22.04-git steps: - uses: actions/checkout@v1 - name: Powershell version