diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2789a37..58d4c65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,8 @@ jobs: matrix: include: - image: linux-utils + - image: alpine-sh + - image: alpine-bash steps: - name: Checkout uses: actions/checkout@v4 @@ -116,6 +118,8 @@ jobs: matrix: include: - image: linux-utils + - image: alpine-sh + - image: alpine-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..be580f7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,6 +29,8 @@ jobs: matrix: include: - image: linux-utils + - image: alpine-sh + - image: alpine-bash steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac2f4c6..f1dd6d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: matrix: include: - image: linux-utils + - image: alpine-sh + - image: alpine-bash steps: - name: Checkout uses: actions/checkout@v4 @@ -115,6 +117,8 @@ jobs: matrix: include: - image: linux-utils + - image: alpine-sh + - image: alpine-bash needs: ['images'] steps: - name: Checkout code