Skip to content

Commit

Permalink
fix build process (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Dec 16, 2024
1 parent ef123ba commit f07283d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push pipeline-runner docker image
- name: Build and push Operator docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
file: ./pipeline.Dockerfile
file: ./operator.Dockerfile
platforms: |
linux/amd64
linux/arm64
Expand Down

0 comments on commit f07283d

Please sign in to comment.