Skip to content

Commit

Permalink
Use azure/cli to run generate deployment artifacts script
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 24, 2024
1 parent 0419389 commit 67741ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,16 @@ jobs:
IMAGE_VERSION=${{ steps.version.outputs.new_version }}
- name: Generate Azure deployment artifacts
uses: azure/cli@v2
env:
IMAGE: ${{ steps.meta.outputs.tags }}
OUTPUT_DIR: ${{ env.ARTIFACTS_OUTPUT_DIR }}
MANIFEST_DIR: ${{ env.MANIFEST_OUTPUT_DIR }}
VERSION_NUMBER: ${{ steps.version.outputs.new_version }}
run: |
bash ./scripts/azure-cc/deployment/generate-deployment-artifacts.sh
with:
azcliversion: 2.61.0
inlineScript: |
bash ./scripts/azure-cc/deployment/generate-deployment-artifacts.sh
- name: Upload deployment artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 67741ff

Please sign in to comment.