Skip to content

Commit

Permalink
Revert back to non AzCli mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Apr 1, 2024
1 parent 53da91c commit f0ba6b7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
creds: '${{ secrets.AZURE_CREDENTIALS }}'

- name: Authenticate
uses: azure/cli@v2
env:
CLIENT_ID: ${{ fromJSON(secrets.AZURE_CREDENTIALS).clientId }}
CLIENT_SECRET: ${{ fromJSON(secrets.AZURE_CREDENTIALS).clientSecret }}
with:
inlineScript: |
./scripts/ciauthenticate
run: ./scripts/ciauthenticate

- name: Run cibuild
run: ./scripts/cibuild
Expand All @@ -43,10 +40,7 @@ jobs:
esac

- name: Publish images
uses: azure/cli@v2
with:
inlineScript: |
./scripts/cipublish --acr pcccr --tag ${{steps.get_image_tag.outputs.tag}}
run: ./scripts/cipublish --acr pcccr --tag ${{steps.get_image_tag.outputs.tag}}

outputs:
image_tag: ${{ steps.get_image_tag.outputs.tag }}
Expand Down

0 comments on commit f0ba6b7

Please sign in to comment.