Skip to content

Commit

Permalink
update MG github actions (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 authored May 6, 2024
1 parent afdb81f commit e95d38f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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 e95d38f

Please sign in to comment.