Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sjonpaulbrown committed Dec 18, 2024
1 parent 4e2ab9a commit cd19616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
promote-access:
name: Promote Access Role to Public Registry
runs-on: ubuntu-latest
# needs: private-build
needs: private-build
environment: Image Promotion
steps:
- name: Checkout repo
Expand All @@ -71,7 +71,7 @@ jobs:
promote-collection:
name: Promote Collection Role to Public Registry
runs-on: ubuntu-latest
# needs: private-build
needs: private-build
environment: Image Promotion
steps:
- name: Checkout repo
Expand Down

0 comments on commit cd19616

Please sign in to comment.