File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 20
20
# - Runs only if test phase completes with no errors.
21
21
# - Pushes images (built at BUILD PHASE) to docker hub.
22
22
docker_build_and_publish :
23
- runs-on : ubuntu-latest-4-cores
23
+ runs-on : ubuntu-latest
24
24
env :
25
25
github_token : ${{ secrets.TOKEN_GITHUB }}
26
26
permissions :
@@ -217,21 +217,6 @@ jobs:
217
217
tags : |
218
218
permitio/opal-client-cedar:${{ github.event.release.tag_name }}
219
219
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
-
235
220
- name : Python setup
236
221
uses : actions/setup-python@v5
237
222
with :
You can’t perform that action at this time.
0 commit comments