Skip to content

Commit

Permalink
Fix official release workflow to add SubscriptionID (#4134)
Browse files Browse the repository at this point in the history
* Fix official release workflow

* Fix official release
  • Loading branch information
super-harsh committed Jun 25, 2024
1 parent 17474f2 commit 38446a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
env:
DOCKER_PUSH_TARGET: ${{ secrets.REGISTRY_PUBLIC }}
DOCKER_REGISTRY: ${{ secrets.REGISTRY_LOGIN }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Protect image
run: |
Expand Down

0 comments on commit 38446a3

Please sign in to comment.