Skip to content

Commit f07cebd

Browse files
alexanpatrananos
authored andcommitted
feat: fluidity as mechanism plugin + policy plugins. cont. agent crds.
Signed-off-by: Alexandros Patras <patras@uth.gr>
1 parent b5c48b7 commit f07cebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
id: build-and-push
6767
uses: docker/build-push-action@v6
6868
with:
69-
context: ./tests/application
69+
context: ./agents/tests/application
7070
tags: ${{ steps.meta.outputs.tags }}
7171
labels: ${{ steps.meta.outputs.labels }}
7272
platforms: linux/${{ matrix.arch }}
7373
push: true
74-
file: ./tests/application/Dockerfile
74+
file: ./agents/tests/application/Dockerfile
7575
provenance: false
7676
build-args: |
7777
ARCHTAG=${{ fromJson(env.RUNNER_ARCH_MAP)[0][matrix.arch] }}

0 commit comments

Comments
 (0)