Skip to content

Commit

Permalink
update MG github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed May 6, 2024
1 parent afdb81f commit 06960e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Push Images

on:
push:
pull-request:
branches:
- main
- release-*
Expand All @@ -20,6 +21,10 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Check build
run: |
make lint MUST_GATHER_IMAGE=$REGISTRY_NAMESPACE/must-gather
Expand Down

0 comments on commit 06960e1

Please sign in to comment.