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
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
@@ -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
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@ jobs:
matrix:
include:
- image: linux-utils
- image: alpine-sh
- image: alpine-bash
steps:
- name: Checkout
uses: actions/checkout@v4
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37ffbf9

Please sign in to comment.