Skip to content

Commit

Permalink
ci(ct): add missing output definitions to base image workflow matrix …
Browse files Browse the repository at this point in the history
…discovery
  • Loading branch information
poikilotherm committed Apr 10, 2024
1 parent 37f4a51 commit 20c6a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
packages: read
# Only run in upstream repo - avoid unnecessary runs in forks and only for scheduled
if: ${{ github.repository_owner == 'IQSS' }}
outputs:
branches: ${{ steps.matrix.outputs.branches }}
steps:
- name: Build branch matrix options
id: matrix
Expand Down

0 comments on commit 20c6a58

Please sign in to comment.