update test action
This commit is contained in:
@@ -28,17 +28,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: |
|
context: |
|
||||||
branch=${{ inputs.branch }}
|
branch=${{ inputs.branch }}
|
||||||
rules:
|
rules:
|
||||||
- conditions:
|
- conditions:
|
||||||
- branch == 9.0-alpine-24
|
- branch == 9.0-alpine-24
|
||||||
- branch == 9.0-alpine-23
|
- branch == 9.0-alpine-23
|
||||||
set:
|
set:
|
||||||
DOTNET_SDK_VERSION=9.0
|
DOTNET_SDK_VERSION=9.0
|
||||||
DOTNET_RUNTIME_VERSION=9.0.18
|
DOTNET_RUNTIME_VERSION=9.0.18
|
||||||
- conditions:
|
- conditions:
|
||||||
- branch == 9.0-alpine-24
|
- branch == 9.0-alpine-24
|
||||||
set:
|
set:
|
||||||
ALPINE_VERSION=24
|
ALPINE_VERSION=24
|
||||||
- name: Dump contexts
|
- name: Dump contexts
|
||||||
env:
|
env:
|
||||||
GITEA_CONTEXT: ${{ toJson(gitea) }}
|
GITEA_CONTEXT: ${{ toJson(gitea) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user