chore: Rename containers to containerfiles

This commit is contained in:
Wanjohi
2025-09-06 04:29:44 +03:00
parent dc6a53e18d
commit 8643608ae4
9 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@ name: Build nestri:relay
on:
pull_request:
paths:
- "containers/relay.Containerfile"
- "containerfiles/relay.Containerfile"
- "packages/relay/**"
- ".github/workflows/relay.yml"
push:
branches: [dev, production]
paths:
- "containers/relay.Containerfile"
- "containerfiles/relay.Containerfile"
- ".github/workflows/relay.yml"
- "packages/relay/**"
tags:
@@ -39,7 +39,7 @@ jobs:
name: Build Docker image
uses: docker/build-push-action@v5
with:
file: containers/relay.Containerfile
file: containerfiles/relay.Containerfile
context: ./
push: false
load: true
@@ -82,7 +82,7 @@ jobs:
name: Build Docker image
uses: docker/build-push-action@v5
with:
file: containers/relay.Containerfile
file: containerfiles/relay.Containerfile
context: ./
push: true
tags: ${{ steps.meta.outputs.tags }}

View File

@@ -5,7 +5,7 @@ name: Build nestri:runner
on:
pull_request:
paths:
- "containers/runner.Containerfile"
- "containerfiles/runner.Containerfile"
- "packages/scripts/**"
- "packages/server/**"
- ".github/workflows/runner.yml"
@@ -14,7 +14,7 @@ on:
push:
branches: [dev, production]
paths:
- "containers/runner.Containerfile"
- "containerfiles/runner.Containerfile"
- ".github/workflows/runner.yml"
- "packages/scripts/**"
- "packages/server/**"
@@ -58,7 +58,7 @@ jobs:
name: Build Docker image
uses: docker/build-push-action@v6
with:
file: containers/runner.Containerfile
file: containerfiles/runner.Containerfile
context: ./
push: false
load: true
@@ -111,7 +111,7 @@ jobs:
name: Build Docker image
uses: docker/build-push-action@v6
with:
file: containers/runner.Containerfile
file: containerfiles/runner.Containerfile
context: ./
push: true
tags: ${{ steps.meta.outputs.tags }}