Skip to content

Commit

Permalink
remove unnecessary image build from test workflow
Browse files Browse the repository at this point in the history
there is already another job that tests the image build
  • Loading branch information
ecordell committed Jan 9, 2023
1 parent 13c6abd commit f3ab753
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,3 @@ jobs:
env:
PROVISION: "true"
ARCHIVES: "/tmp/image.tar"
- uses: "docker/build-push-action@v2"
with:
context: "./"
file: "./Dockerfile"
push: false
tags: "spicedb-operator:dev"

0 comments on commit f3ab753

Please sign in to comment.