rename DOCKER_BUILD_EXPORT_RETENTION_DAYS to DOCKER_BUILD_RECORD_RETENTION_DAYS

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-07-02 19:07:49 +02:00
parent 216ea56fab
commit bfc525280a
3 changed files with 16 additions and 9 deletions

View File

@@ -613,7 +613,7 @@ jobs:
env:
DOCKER_BUILD_RECORD_UPLOAD: false
export-retention-days:
record-retention-days:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@@ -640,4 +640,4 @@ jobs:
./test/config.hcl
targets: app
env:
DOCKER_BUILD_EXPORT_RETENTION_DAYS: ${{ matrix.days }}
DOCKER_BUILD_RECORD_RETENTION_DAYS: ${{ matrix.days }}