mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Using salt-ci-containers
This commit is contained in:
parent
7d5b7c1ace
commit
46fdd9ed68
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
|
@ -28,7 +28,9 @@ jobs:
|
|||
name: ${{ matrix.instance }}
|
||||
## DGM runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
container: rockylinux-9
|
||||
container:
|
||||
image: ghcr.io/saltstack/salt-ci-containers/packaging:rockylinux-9
|
||||
|
||||
timeout-minutes: ${{ inputs.timeout }}
|
||||
strategy:
|
||||
max-parallel: 2
|
||||
|
|
Loading…
Add table
Reference in a new issue