Skip to content

Commit

Permalink
Build container on PR (but don't publish) to verify Containerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Jan 30, 2024
1 parent 3057105 commit 1390c8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
if: success()
run: npx grunt prod

- name: Production Image Build
if: success()
id: build-image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: ./Containerfile
platforms: linux/arm64, linux/amd64
oci: true

- name: UI Tests
if: success()
run: |
Expand Down

0 comments on commit 1390c8a

Please sign in to comment.