diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab155570..bd3e22b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: build-core: runs-on: ubuntu-latest outputs: - test_version: ${{ steps.get_core_version.outputs.test_version }} + core_version: ${{ steps.get_core_version.outputs.core_version }} steps: - uses: actions/checkout@v4 - id: get_core_version @@ -44,7 +44,7 @@ jobs: uses: ./.github/workflows/cryostat-build.yml with: build-arch: ${{ matrix.arch }} - test-version: ${{ needs.build-core.outputs.test_version }} + core-version: ${{ needs.build-core.outputs.core_version }} push-to-ghcr: runs-on: ubuntu-latest