Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgolangh authored Nov 27, 2023
1 parent 655fe68 commit e9f3f2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Container Images
on:
push:
branches: [ "main" ]
env:
workflow_id: mta
workflow_version: "0.0.1"
jobs:
build:
strategy:
matrix:
workflow: [mta]

runs-on: ubuntu-latest
steps:
Expand All @@ -16,12 +16,12 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: ${{ matrix.workflow }}
image: ${{ env.workflow_id }}
tags: ${{ github.sha }}
containerfiles: |
pipeline/Builder-Dockerfile
build-args: |
WF_RESOURCES=charts/workflows/charts/${{ matrix.workflow }}/${{ matrix.workflow }}.sw.yaml
WF_RESOURCES=charts/workflows/charts/${{ env.workflow_id }}/${{ env.workflow_id }}.sw.yaml
# - name: Push To quay.io
# id: push-to-quay
# uses: redhat-actions/push-to-registry@v2
Expand Down

0 comments on commit e9f3f2c

Please sign in to comment.