2 Commits

Author SHA1 Message Date
56760be586 Disabled obsolete CI
Some checks failed
Publish Metadata Agent Image (dev) / build-and-push-image (push) Failing after 10s
Publish Web Player Image (dev) / build-and-push-image (push) Failing after 9s
2026-03-20 00:01:30 +00:00
108c374c6d ci: update Dockerfile paths after moving to docker/ directory
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 00:00:42 +00:00
6 changed files with 5 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.agent
file: docker/Dockerfile.agent
push: true
tags: ${{ steps.info.outputs.tags }}
build-args: |

View File

@@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.agent
file: docker/Dockerfile.agent
push: true
tags: ${{ steps.info.outputs.tags }}
build-args: |

View File

@@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.web-player
file: docker/Dockerfile.web-player
push: true
tags: ${{ steps.info.outputs.tags }}
build-args: |

View File

@@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.web-player
file: docker/Dockerfile.web-player
push: true
tags: ${{ steps.info.outputs.tags }}
build-args: |

View File

@@ -51,6 +51,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
push: true
tags: ${{ steps.info.outputs.tags }}
build-args: |