Skip to content

Commit b0e5510

Browse files
committed
Remove all shared actions (for now)
1 parent 34342fb commit b0e5510

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

.github/actions/build_docker/action.yml

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ runs:
3535
- name: Setup up Docker Buildx
3636
uses: docker/setup-buildx-action@v3
3737

38-
- name: Generate Date Version
39-
id: date-version
40-
uses: StackEng/CoreEngineering.CITools/actions/date_version@v1
41-
4238
- name: Docker Image Metadata
4339
id: metadata
4440
uses: docker/metadata-action@v5

.github/workflows/build_app_docker_image.yml

+18-16
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
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
4041

4142
- uses: ./.github/actions/build_docker
4243
id: image
@@ -49,12 +50,13 @@ jobs:
4950
registry_username: ${{ secrets.registry_username }}
5051
registry_password: ${{ secrets.registry_password }}
5152
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 }}"
6062

0 commit comments

Comments
 (0)