diff --git a/.github/workflows/package-and-release.yaml b/.github/workflows/package-and-release.yaml index ea348919c01..d1d82212a61 100644 --- a/.github/workflows/package-and-release.yaml +++ b/.github/workflows/package-and-release.yaml @@ -180,7 +180,7 @@ jobs: infra/machine_setup/scripts/setup_hugepages.py metal_libs-*+*.whl fail_on_unmatched_files: true - create-docker-image: + create-docker-release-image: needs: [ create-tag, create-and-upload-draft-release @@ -189,7 +189,7 @@ jobs: secrets: inherit with: version: ${{ needs.create-tag.outputs.version }} - is_major_version: ${{ needs.get-params.outputs.is-release-candidate !='true' && needs.get-params.outputs.should-create-release == 'true' }} + is_major_version: ${{ needs.get-params.outputs.is-release-candidate !='true' && needs.get-params.outputs.should-create-release == 'true' }} release-docs: needs: [ get-params,