diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index b0677ca..2741a83 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -49,7 +49,7 @@ jobs: id: core-image run: | CORE_VERSION=$(./run.sh _transformAnsibleCoreVersion "${{ matrix.ansible-core-image }}") - echo "::set-output name=core-version::$CORE_VERSION" + echo "core-version=$CORE_VERSION" >> "$GITHUB_OUTPUT" - name: Docker meta id: meta