.VERSION file creation prod built attempt fix #209

This commit is contained in:
Jokob-sk
2023-06-18 10:25:34 +10:00
parent 689f54cdc3
commit de3b0c7ffc
2 changed files with 8 additions and 3 deletions

View File

@@ -35,6 +35,13 @@ jobs:
id: getargs
run: echo "version=$(cat ./stable/VERSION)" >> $GITHUB_OUTPUT
- name: Get release version
id: get_version
run: echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
- name: Create .VERSION file
run: echo "${{ steps.get_version.outputs.version }}" >> .VERSION
- name: Docker meta
id: meta
uses: docker/metadata-action@v4