Skip to content

Commit

Permalink
Switching to composite initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 19, 2024
1 parent 68abdcb commit af75043
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/core-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,11 @@ jobs:
runs-on: ${{ inputs.WORKFLOW_AGENT }}

steps:
- uses: actions/checkout@v2

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/get-agent-details@main

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/install-docker@main
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@main
with:
VER_DOCKER_MAX: 26.1.3

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/registry-login@main
with:
registry-name: ${{ inputs.REGISTRY }}
github-user-name: ${{ secrets.GIT_HUB_USER_NAME }}
github-user-token: ${{ secrets.GIT_HUB_USER_TOKEN }}

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/get-setup@main
with:
setup-repo-url: ${{ secrets.SETUP_REPO_URL }}
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}


- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/build-app@km/debug_core
Expand Down

0 comments on commit af75043

Please sign in to comment.