Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Remove container-image-build job from pr.yaml workflow (#156)
Browse files Browse the repository at this point in the history
* clean opm output, fix developer.md

* fix pr.yaml

* remove container-image-build job

* gosec merged

* Update backstage-operator.clusterserviceversion.yaml

* Update backstage-operator.clusterserviceversion.yaml
  • Loading branch information
gazarenkov authored Jan 23, 2024
1 parent e345724 commit b073f19
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Makefile CI
name: Test Operator

on:
push:
Expand Down Expand Up @@ -32,23 +32,3 @@ jobs:
with:
# Path to SARIF file relative to the root of the repository
sarif_file: gosec.sarif

container-image-build:
runs-on: ubuntu-latest

strategy:
matrix:
# See ../Makefile for value of single arch PLATFORM used with target image-build
# NOTE: to build multiple arches, see ../Makefile and use target docker-buildx with PLATFORMS
# only run this with docker since we have podman builds in pr-container-build.yaml
# TODO: do we really even need this check?
engine: [docker, podman]
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: ${{ matrix.engine }} build
run: |
CONTAINER_ENGINE=${{ matrix.engine }} make image-build

0 comments on commit b073f19

Please sign in to comment.