attempt fix github actions warnings 3

This commit is contained in:
jokob.sk
2022-10-22 14:04:53 +11:00
parent 0a1b8ffe43
commit f8de706b0a

View File

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