Skip to content

Commit

Permalink
Try matrix for flow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgolangh authored Nov 27, 2023
1 parent f1d0e73 commit 2b0dca8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,20 @@ env:

jobs:


build:
strategy:
matrix:
workflow: [mta]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Buildah Action
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.WORKFLOW_ID }}
image: ${{ matrix.workflow }}
tags: ${{ github.sha }}
containerfiles: |
pipeline/Builder-Dockerfile
Expand Down

0 comments on commit 2b0dca8

Please sign in to comment.