Skip to content

Commit 61dc17a

Browse files
delete one build and change back to ubuntu-latest (#755)
1 parent efc06e4 commit 61dc17a

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/on_release.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# - Runs only if test phase completes with no errors.
2121
# - Pushes images (built at BUILD PHASE) to docker hub.
2222
docker_build_and_publish:
23-
runs-on: ubuntu-latest-4-cores
23+
runs-on: ubuntu-latest
2424
env:
2525
github_token: ${{ secrets.TOKEN_GITHUB }}
2626
permissions:
@@ -217,21 +217,6 @@ jobs:
217217
tags: |
218218
permitio/opal-client-cedar:${{ github.event.release.tag_name }}
219219
220-
221-
- name: Build & Push client cedar
222-
id: build_push_client_cedar
223-
uses: docker/build-push-action@v6
224-
with:
225-
file: docker/Dockerfile
226-
platforms: linux/amd64,linux/arm64
227-
push: true
228-
target: client-cedar
229-
cache-from: type=registry,ref=permitio/opal-client-cedar:latest
230-
cache-to: type=inline
231-
tags: |
232-
permitio/opal-client-cedar:latest
233-
permitio/opal-client-cedar:${{ github.event.release.tag_name }}
234-
235220
- name: Python setup
236221
uses: actions/setup-python@v5
237222
with:

0 commit comments

Comments
 (0)