mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fixed yaml
This commit is contained in:
parent
78b4b24b42
commit
9dc22a8178
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
container:
|
||||
$trgt_version = echo "${{ inputs.display-name }}" | awk -F ' ' '{print $2}'
|
||||
$trgt_slug = echo "${{ inputs.distro-slug}}" | awk -F '-' '{print $1}'
|
||||
image: ghcr.io/saltstack/salt-ci-containers/testing:$trgt_slug-$trgt_version
|
||||
image: ghcr.io/saltstack/salt-ci-containers/testing:${{ trgt_slug }}-${{ trgt_version }}
|
||||
|
||||
timeout-minutes: ${{ inputs.timeout }}
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue