diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea6451..7373752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Set output id: vars - run: echo ::set-output name=tag::${GITHUB_REF#refs/*/v} + run: echo "{tag}=${GITHUB_REF#refs/*/v}" >> $GITHUB_OUTPUT - name: Build Image id: build-image