From f8de706b0a6b7217a3d0c72ba188c7c66ccd4946 Mon Sep 17 00:00:00 2001 From: "jokob.sk" Date: Sat, 22 Oct 2022 14:04:53 +1100 Subject: [PATCH] attempt fix github actions warnings 3 --- .github/workflows/docker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 84aad9c4..c5e06047 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,8 +26,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Set up dynamic build ARGs - id: getargs - #run: echo "::set-output name=version::$(cat ./stable/VERSION)" + id: getargs run: echo "version=$(cat ./stable/VERSION)" >> $GITHUB_OUTPUT - name: Docker meta @@ -76,8 +75,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Set up dynamic build ARGs - id: getargs - # run: echo "::set-output name=version::$(cat ./stable/VERSION)" + id: getargs run: echo "version=$(cat ./stable/VERSION)" >> $GITHUB_OUTPUT - name: Docker meta