Skip to content

Commit 1390c8a

Browse files
committed
Build container on PR (but don't publish) to verify Containerfile syntax
1 parent 3057105 commit 1390c8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pull_requests.yml

+9
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ jobs:
3333
if: success()
3434
run: npx grunt prod
3535

36+
- name: Production Image Build
37+
if: success()
38+
id: build-image
39+
uses: redhat-actions/buildah-build@v2
40+
with:
41+
containerfiles: ./Containerfile
42+
platforms: linux/arm64, linux/amd64
43+
oci: true
44+
3645
- name: UI Tests
3746
if: success()
3847
run: |

0 commit comments

Comments
 (0)