diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 47dd3ea898..74cbccad11 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -156,4 +156,4 @@ jobs: if: github.ref == 'refs/heads/${{ env.DEFAULT_BRANCH }}' run: | echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - docker push "${{ steps.strings.outputs.docker-image-tag }}" + docker push "${{ needs.strings.outputs.docker-image-tag }}"