diff --git a/.github/actions/build_docker/action.yml b/.github/actions/build_docker/action.yml index f405b75b..14ebd39f 100644 --- a/.github/actions/build_docker/action.yml +++ b/.github/actions/build_docker/action.yml @@ -35,10 +35,6 @@ runs: - name: Setup up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Generate Date Version - id: date-version - uses: StackEng/CoreEngineering.CITools/actions/date_version@v1 - - name: Docker Image Metadata id: metadata uses: docker/metadata-action@v5 diff --git a/.github/workflows/build_app_docker_image.yml b/.github/workflows/build_app_docker_image.yml index 8edd90fb..d6757103 100644 --- a/.github/workflows/build_app_docker_image.yml +++ b/.github/workflows/build_app_docker_image.yml @@ -29,14 +29,15 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 #Fetch entire history for NerdBank to calculate the version - - - name: Setup NuGet access - uses: StackEng/PlatEngTools/actions/nuget-sources@main - with: - GH_NUGET_FEED: ${{ vars.CLOUDSMITH_NUGET }} - GH_NUGET_USER: ${{ secrets.nuget_user }} - GH_NUGET_RO_PAT: ${{ secrets.nuget_password }} - NUGET_CLEANUP_FEEDS: ProGet + +# Disable until access can be sorted +# - name: Setup NuGet access +# uses: StackEng/PlatEngTools/actions/nuget-sources@main +# with: +# GH_NUGET_FEED: ${{ vars.CLOUDSMITH_NUGET }} +# GH_NUGET_USER: ${{ secrets.nuget_user }} +# GH_NUGET_RO_PAT: ${{ secrets.nuget_password }} +# NUGET_CLEANUP_FEEDS: ProGet - uses: ./.github/actions/build_docker id: image @@ -49,12 +50,13 @@ jobs: registry_username: ${{ secrets.registry_username }} registry_password: ${{ secrets.registry_password }} scan_image: true - - - name: Await opserver docker image to be ready in Cloudsmith - uses: StackEng/TeamsScaleTools/actions/cloudsmith-awaiter@main - with: - cloudsmith_api_key: ${{ secrets.registry_password }} - cloudsmith_org: stackoverflow - cloudsmith_repo: ${{ github.ref_name == 'main' && 'cr' || 'cr-dev' }} - cloudsmith_query: "name:opserver tag:${{ inputs.version }}" + +# Disable until access can be sorted. +# - name: Await opserver docker image to be ready in Cloudsmith +# uses: StackEng/TeamsScaleTools/actions/cloudsmith-awaiter@main +# with: +# cloudsmith_api_key: ${{ secrets.registry_password }} +# cloudsmith_org: stackoverflow +# cloudsmith_repo: ${{ github.ref_name == 'main' && 'cr' || 'cr-dev' }} +# cloudsmith_query: "name:opserver tag:${{ inputs.version }}"