@@ -29,14 +29,15 @@ jobs:
29
29
uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0 # Fetch entire history for NerdBank to calculate the version
32
-
33
- - name : Setup NuGet access
34
- uses : StackEng/PlatEngTools/actions/nuget-sources@main
35
- with :
36
- GH_NUGET_FEED : ${{ vars.CLOUDSMITH_NUGET }}
37
- GH_NUGET_USER : ${{ secrets.nuget_user }}
38
- GH_NUGET_RO_PAT : ${{ secrets.nuget_password }}
39
- NUGET_CLEANUP_FEEDS : ProGet
32
+
33
+ # Disable until access can be sorted
34
+ # - name: Setup NuGet access
35
+ # uses: StackEng/PlatEngTools/actions/nuget-sources@main
36
+ # with:
37
+ # GH_NUGET_FEED: ${{ vars.CLOUDSMITH_NUGET }}
38
+ # GH_NUGET_USER: ${{ secrets.nuget_user }}
39
+ # GH_NUGET_RO_PAT: ${{ secrets.nuget_password }}
40
+ # NUGET_CLEANUP_FEEDS: ProGet
40
41
41
42
- uses : ./.github/actions/build_docker
42
43
id : image
@@ -49,12 +50,13 @@ jobs:
49
50
registry_username : ${{ secrets.registry_username }}
50
51
registry_password : ${{ secrets.registry_password }}
51
52
scan_image : true
52
-
53
- - name : Await opserver docker image to be ready in Cloudsmith
54
- uses : StackEng/TeamsScaleTools/actions/cloudsmith-awaiter@main
55
- with :
56
- cloudsmith_api_key : ${{ secrets.registry_password }}
57
- cloudsmith_org : stackoverflow
58
- cloudsmith_repo : ${{ github.ref_name == 'main' && 'cr' || 'cr-dev' }}
59
- cloudsmith_query : " name:opserver tag:${{ inputs.version }}"
53
+
54
+ # Disable until access can be sorted.
55
+ # - name: Await opserver docker image to be ready in Cloudsmith
56
+ # uses: StackEng/TeamsScaleTools/actions/cloudsmith-awaiter@main
57
+ # with:
58
+ # cloudsmith_api_key: ${{ secrets.registry_password }}
59
+ # cloudsmith_org: stackoverflow
60
+ # cloudsmith_repo: ${{ github.ref_name == 'main' && 'cr' || 'cr-dev' }}
61
+ # cloudsmith_query: "name:opserver tag:${{ inputs.version }}"
60
62
0 commit comments