diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 878499604..201c65d8b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -42,7 +42,7 @@ jobs: - name: Get git describe id: gitdescribe - run: echo "::set-output name=ver::$(git describe --tags)" + run: echo "ver=$(git describe --tags)" >> $GITHUB_OUTPUT - name: Extract metadata (tags, labels) for Docker id: meta