Skip to content

Commit

Permalink
use documentation env
Browse files Browse the repository at this point in the history
  • Loading branch information
eljog authored Dec 5, 2023
1 parent c841245 commit 4d3ba8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
page-total: [66]
fail-fast: false
runs-on: devcontainer-image-builder-ubuntu
environment: azure
environment: documentation
steps:
- name: Free more space
id: free_space
Expand Down Expand Up @@ -79,7 +79,6 @@ jobs:
image-info:
name: Trigger info extraction
needs: [build-and-push]
environment: azure
uses: devcontainers/images/.github/workflows/version-history.yml@main
with:
release: "${{ github.ref }}"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/version-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
id: az_login
uses: azure/login@v1
with:
creds: ${{ secrets.AZ_ACR_CREDS }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Get image info
id: Get_image_info
Expand Down

0 comments on commit 4d3ba8e

Please sign in to comment.