We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfef47 commit 098b0cfCopy full SHA for 098b0cf
1 file changed
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
runs-on: ubuntu-24.04
87
strategy:
88
matrix:
89
- service: ${{ fromJson(needs.setup-matrix.outputs.matrix).service }}
+ service: ${{ fromJson(needs.setup-services.outputs.services) }}
90
steps:
91
- name: Log in to GHCR
92
uses: docker/login-action@v3
0 commit comments