Skip to content

Commit

Permalink
Merge pull request #616 from permitio/rk/fix-release-flow
Browse files Browse the repository at this point in the history
Remove buggy build of cedar-client for testing
  • Loading branch information
roekatz committed Jul 13, 2024
2 parents b8c8306 + 5f0a821 commit 362380b
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,32 +76,6 @@ jobs:
tags: |
permitio/opal-client:test
- name: Build client for testing
id: build_client
uses: docker/build-push-action@v4
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 client-standalone for testing
id: build_client_standalone
uses: docker/build-push-action@v4
with:
file: docker/Dockerfile
push: false
target: client-standalone
cache-from: type=registry,ref=permitio/opal-client-standalone:latest
cache-to: type=inline
load: true
tags: |
permitio/opal-client-standalone:test
- name: Build server for testing
id: build_server
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 362380b

Please sign in to comment.