attempt fix github actions warnings 2

This commit is contained in:
jokob.sk
2022-10-22 13:51:58 +11:00
parent 2778c1b109
commit 0a1b8ffe43

View File

@@ -27,7 +27,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