6060
6161 container :
6262 # https://hub.docker.com/r/drevops/ci-runner
63- image : drevops/ci-runner:25.11 .0@sha256:634a9ccdc4889dd7f0f571ac3ba1ada7a1289bd6d4c88199d252092a9db6c1cc
63+ image : drevops/ci-runner:25.12 .0@sha256:b6e416998c03da657006e7c1c2b0f5532f6117990049351a89789227b4941093
6464 env :
6565 PACKAGE_TOKEN : ${{ secrets.PACKAGE_TOKEN }}
6666 VORTEX_CONTAINER_REGISTRY_USER : ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }}
@@ -122,11 +122,11 @@ jobs:
122122 uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
123123 with :
124124 path : .data
125- key : v25.11 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }}
125+ key : v26.1 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }}
126126 # Fallback to caching by default branch name only. Allows to use
127127 # cache from the branch build on the previous day.
128128 restore-keys : |
129- v25.11 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-
129+ v26.1 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-
130130
131131 - name : Download DB
132132 run : |
@@ -158,7 +158,7 @@ jobs:
158158 if : env.db_hash != hashFiles('.data')
159159 with :
160160 path : .data
161- key : v25.11 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
161+ key : v26.1 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
162162 # ;> !PROVISION_TYPE_PROFILE
163163
164164 build :
@@ -176,7 +176,7 @@ jobs:
176176
177177 container :
178178 # https://hub.docker.com/r/drevops/ci-runner
179- image : drevops/ci-runner:25.11 .0@sha256:634a9ccdc4889dd7f0f571ac3ba1ada7a1289bd6d4c88199d252092a9db6c1cc
179+ image : drevops/ci-runner:25.12 .0@sha256:b6e416998c03da657006e7c1c2b0f5532f6117990049351a89789227b4941093
180180 env :
181181 PACKAGE_TOKEN : ${{ secrets.PACKAGE_TOKEN }}
182182 VORTEX_CONTAINER_REGISTRY_USER : ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }}
@@ -223,7 +223,7 @@ jobs:
223223 date "${VORTEX_CI_DB_CACHE_TIMESTAMP}" | tee db_cache_timestamp
224224
225225 - name : Show cache key for database caching
226- run : echo 'v25.11 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}'
226+ run : echo 'v26.1 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}'
227227
228228 # Restore DB cache based on the cache strategy set by the cache keys below.
229229 # Change 'v1' to 'v2', 'v3' etc., commit and push to force cache reset.
@@ -235,9 +235,9 @@ jobs:
235235 path : .data
236236 fail-on-cache-miss : true
237237 # Use cached database from previous builds of this branch.
238- key : v25.11 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
238+ key : v26.1 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
239239 restore-keys : |
240- v25.11 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-
240+ v26.1 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-
241241 # ;> !PROVISION_TYPE_PROFILE
242242
243243 - name : Login to container registry
@@ -444,7 +444,7 @@ jobs:
444444
445445 container :
446446 # https://hub.docker.com/r/drevops/ci-runner
447- image : drevops/ci-runner:25.11 .0@sha256:634a9ccdc4889dd7f0f571ac3ba1ada7a1289bd6d4c88199d252092a9db6c1cc
447+ image : drevops/ci-runner:25.12 .0@sha256:b6e416998c03da657006e7c1c2b0f5532f6117990049351a89789227b4941093
448448 env :
449449 TZ : ${{ vars.TZ || 'UTC' }}
450450 TERM : xterm-256color
0 commit comments