Skip to content

Commit

Permalink
Merge branch 'main' into eljog/tool-for-generating-image-release-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eljog authored Dec 6, 2023
2 parents 27c416d + 804db60 commit 1200d60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
schedule:
- cron: '0 14 * * MON'

permissions:
id-token: write
contents: write
pull-requests: write

jobs:
build-and-push:
name: Build and push
Expand All @@ -15,6 +20,7 @@ jobs:
page-total: [66]
fail-fast: false
runs-on: devcontainer-image-builder-ubuntu
environment: documentation
steps:
- name: Free more space
id: free_space
Expand All @@ -33,7 +39,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: Build and push dev tags
id: build_and_push
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 1200d60

Please sign in to comment.