attempt fix github actions warnings

This commit is contained in:
jokob.sk
2022-10-22 13:36:22 +11:00
parent 3d83a0b77b
commit 2778c1b109

View File

@@ -76,7 +76,8 @@ jobs:
- name: Set up dynamic build ARGs
id: getargs
run: echo "::set-output name=version::$(cat ./stable/VERSION)"
# run: echo "::set-output name=version::$(cat ./stable/VERSION)"
run: echo "version=$(cat ./stable/VERSION)" >> $GITHUB_OUTPUT
- name: Docker meta
id: meta