Skip to content

Commit

Permalink
Remove commented out awaiter
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-vakil committed Jul 16, 2024
1 parent 495676f commit 8fa67cf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_app_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,3 @@ jobs:
registry_password: ${{ secrets.registry_password }}
scan_image: true

# 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 }}"

0 comments on commit 8fa67cf

Please sign in to comment.