Skip to content

Commit

Permalink
update ci for buildx commands
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed May 22, 2024
1 parent 04d6543 commit ee2aad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 #v3.0.0

- name: Check if operator docker build is working
run: docker build -f Dockerfile .
run: make docker-buildx

operator-bundle-build:
name: Check operator bundle build
Expand All @@ -136,4 +136,4 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 #v3.0.0

- name: Build the operator's bundle image
run: make bundle-build
run: make docker-bundle-buildx

0 comments on commit ee2aad8

Please sign in to comment.