Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Oct 5, 2024
1 parent a6aa05d commit 4ccb0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
needs: setup-matrix
runs-on: ubuntu-24.04
strategy:
matrix: ${{fromJson(needs.setup-matrix.outputs.ansible-version-map-json)}}
matrix:
include: ${{fromJson(needs.setup-matrix.outputs.ansible-version-map-json)}}
steps:
- name: Check out code.
uses: actions/checkout@v4
Expand Down

0 comments on commit 4ccb0c7

Please sign in to comment.