Skip to content

Commit 9e9cd9e

Browse files
committed
Chore: Remove Full-runtime target because its not in dockerfile
1 parent 131f040 commit 9e9cd9e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/compuite-agent-ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,3 @@ jobs:
106106
tags: persys/compute-agent:ci-runtime
107107
cache-from: type=gha
108108
cache-to: type=gha,mode=max
109-
110-
- name: Build full runtime image
111-
uses: docker/build-push-action@v6
112-
with:
113-
context: .
114-
file: ./compute-agent/Dockerfile
115-
target: full-runtime
116-
push: false
117-
tags: persys/compute-agent:ci-full-runtime
118-
cache-from: type=gha
119-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)