From 8aeac34a13ec5d9ab99d0c3848e2f33049e3bddd Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Mon, 1 Jul 2024 20:03:05 +0100 Subject: [PATCH] ci: update to accomodate new images Signed-off-by: Tiago Castro --- .github/workflows/build.yml | 4 ++++ .github/workflows/pull_request.yml | 2 ++ .github/workflows/release.yml | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2789a37..083185e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,8 @@ jobs: matrix: include: - image: linux-utils + - image: init-sh + - image: init-bash steps: - name: Checkout uses: actions/checkout@v4 @@ -116,6 +118,8 @@ jobs: matrix: include: - image: linux-utils + - image: init-sh + - image: init-bash steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d6cd679..968ae3f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,6 +29,8 @@ jobs: matrix: include: - image: linux-utils + - image: init-sh + - image: init-bash steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac2f4c6..9426c37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: matrix: include: - image: linux-utils + - image: init-sh + - image: init-bash steps: - name: Checkout uses: actions/checkout@v4 @@ -115,6 +117,8 @@ jobs: matrix: include: - image: linux-utils + - image: init-sh + - image: init-bash needs: ['images'] steps: - name: Checkout code