Updated trunk to 7.0

This commit is contained in:
Alexey Pustovalov 2023-03-07 17:03:00 +09:00
parent b84110a871
commit a3b78fc6c0
3 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@ on:
- '5.0' - '5.0'
- '6.0' - '6.0'
- '6.2' - '6.2'
- '6.4'
- 'trunk' - 'trunk'
paths: paths:
- 'Dockerfiles/**' - 'Dockerfiles/**'

View File

@ -9,6 +9,7 @@ on:
- '5.0' - '5.0'
- '6.0' - '6.0'
- '6.2' - '6.2'
- '6.4'
- 'trunk' - 'trunk'
paths: paths:
- 'Dockerfiles/*/rhel/*' - 'Dockerfiles/*/rhel/*'
@ -25,7 +26,7 @@ env:
REGISTRY_NAMESPACE: "redhat-isv-containers" REGISTRY_NAMESPACE: "redhat-isv-containers"
PFLT_LOGLEVEL: "warn" PFLT_LOGLEVEL: "warn"
PFLT_ARTIFACTS: "/tmp/artifacts" PFLT_ARTIFACTS: "/tmp/artifacts"
TRUNK_BRANCH: "6.4" TRUNK_BRANCH: "7.0"
jobs: jobs:
init_build: init_build:

View File

@ -10,6 +10,7 @@ on:
- '5.0' - '5.0'
- '6.0' - '6.0'
- '6.2' - '6.2'
- '6.4'
- 'trunk' - 'trunk'
paths: paths:
- 'Dockerfiles/*/windows/*' - 'Dockerfiles/*/windows/*'