Skip to content

Commit

Permalink
Remove matrix from sub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jul 5, 2024
1 parent 70d08ed commit ffe46f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ jobs:
merge:
name: Generating Manifest for Ruby ${{ inputs.ruby }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']

needs:
- build
Expand Down Expand Up @@ -171,7 +167,7 @@ jobs:
id: metadata
with:
flavor: |
latest=${{ matrix.ruby == '3.3' }}
latest=${{ inputs.ruby == '3.3' }}
images: |
docker.io/${{ env.REGISTRY_IMAGE }}
ghcr.io/${{ env.REGISTRY_IMAGE }}
Expand Down

0 comments on commit ffe46f2

Please sign in to comment.