Skip to content

Commit 8b881ce

Browse files
ci: update to accommodate new images
Signed-off-by: Tiago Castro <[email protected]>
1 parent c23980b commit 8b881ce

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
matrix:
2424
include:
2525
- image: linux-utils
26+
- image: alpine-sh
27+
- image: alpine-bash
2628
steps:
2729
- name: Checkout
2830
uses: actions/checkout@v4
@@ -116,6 +118,8 @@ jobs:
116118
matrix:
117119
include:
118120
- image: linux-utils
121+
- image: alpine-sh
122+
- image: alpine-bash
119123
steps:
120124
- name: Checkout code
121125
uses: actions/checkout@v4

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
matrix:
3030
include:
3131
- image: linux-utils
32+
- image: alpine-sh
33+
- image: alpine-bash
3234
steps:
3335
- name: Checkout
3436
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
matrix:
2727
include:
2828
- image: linux-utils
29+
- image: alpine-sh
30+
- image: alpine-bash
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v4
@@ -115,6 +117,8 @@ jobs:
115117
matrix:
116118
include:
117119
- image: linux-utils
120+
- image: alpine-sh
121+
- image: alpine-bash
118122
needs: ['images']
119123
steps:
120124
- name: Checkout code

0 commit comments

Comments
 (0)