Skip to content

Commit

Permalink
ci: update to accommodate new images
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Jul 2, 2024
1 parent 9bc69e5 commit 37ffbf9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
matrix:
include:
- image: linux-utils
- image: alpine-sh
- image: alpine-bash
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -116,6 +118,8 @@ jobs:
matrix:
include:
- image: linux-utils
- image: alpine-sh
- image: alpine-bash
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
matrix:
include:
- image: linux-utils
- image: alpine-sh
- image: alpine-bash
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
matrix:
include:
- image: linux-utils
- image: alpine-sh
- image: alpine-bash
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -115,6 +117,8 @@ jobs:
matrix:
include:
- image: linux-utils
- image: alpine-sh
- image: alpine-bash
needs: ['images']
steps:
- name: Checkout code
Expand Down

0 comments on commit 37ffbf9

Please sign in to comment.