Skip to content

Commit

Permalink
Dokcer test: No need to build test image for client cedar since we do…
Browse files Browse the repository at this point in the history
…n't test it
  • Loading branch information
roekatz committed Jun 27, 2024
1 parent 86c4c75 commit 837212b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ jobs:
tags: |
permitio/opal-client:test
- name: Build client cedar
id: build_client_cedar
uses: docker/build-push-action@v2
with:
file: docker/Dockerfile
push: false
target: client-cedar
cache-from: type=registry,ref=permitio/opal-client-cedar:latest
cache-to: type=inline
load: true
tags: |
permitio/opal-client-cedar:test
- name: Build server
id: build_server
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 837212b

Please sign in to comment.