diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-29 14:56:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 14:56:23 +0200 |
commit | c05d5c75a79a2668463e8fd9744931ffcc49c97b (patch) | |
tree | 0a2a181580ddbcbda6c63f423202eaadfb921208 | |
parent | a439be2447f5f7e8be19c6f5b86f8dcc3d056385 (diff) | |
download | vyos-1x-c05d5c75a79a2668463e8fd9744931ffcc49c97b.tar.gz vyos-1x-c05d5c75a79a2668463e8fd9744931ffcc49c97b.zip |
VD-277: use YYYY.MM.DD-HHMM-integration version scheme for builds
-rw-r--r-- | .github/workflows/package-smoketest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 5ed764217..8bdcc598d 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -49,7 +49,7 @@ jobs: - name: Generate ISO version string id: version run: | - echo "build_version=1.5-integration-$(date -u +%Y%m%d%H%M)" >> $GITHUB_OUTPUT + echo "build_version=$(date -u +%Y.%m.%d-%H%M-integration)" >> $GITHUB_OUTPUT - name: Build custom ISO image shell: bash run: | |