summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-05-29 14:56:23 +0200
committerGitHub <noreply@github.com>2025-05-29 14:56:23 +0200
commitc05d5c75a79a2668463e8fd9744931ffcc49c97b (patch)
tree0a2a181580ddbcbda6c63f423202eaadfb921208
parenta439be2447f5f7e8be19c6f5b86f8dcc3d056385 (diff)
downloadvyos-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.yml2
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: |