mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
chore: Rename containers to containerfiles
This commit is contained in:
8
.github/workflows/relay.yml
vendored
8
.github/workflows/relay.yml
vendored
@@ -4,13 +4,13 @@ name: Build nestri:relay
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "containers/relay.Containerfile"
|
- "containerfiles/relay.Containerfile"
|
||||||
- "packages/relay/**"
|
- "packages/relay/**"
|
||||||
- ".github/workflows/relay.yml"
|
- ".github/workflows/relay.yml"
|
||||||
push:
|
push:
|
||||||
branches: [dev, production]
|
branches: [dev, production]
|
||||||
paths:
|
paths:
|
||||||
- "containers/relay.Containerfile"
|
- "containerfiles/relay.Containerfile"
|
||||||
- ".github/workflows/relay.yml"
|
- ".github/workflows/relay.yml"
|
||||||
- "packages/relay/**"
|
- "packages/relay/**"
|
||||||
tags:
|
tags:
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: containers/relay.Containerfile
|
file: containerfiles/relay.Containerfile
|
||||||
context: ./
|
context: ./
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: containers/relay.Containerfile
|
file: containerfiles/relay.Containerfile
|
||||||
context: ./
|
context: ./
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
8
.github/workflows/runner.yml
vendored
8
.github/workflows/runner.yml
vendored
@@ -5,7 +5,7 @@ name: Build nestri:runner
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "containers/runner.Containerfile"
|
- "containerfiles/runner.Containerfile"
|
||||||
- "packages/scripts/**"
|
- "packages/scripts/**"
|
||||||
- "packages/server/**"
|
- "packages/server/**"
|
||||||
- ".github/workflows/runner.yml"
|
- ".github/workflows/runner.yml"
|
||||||
@@ -14,7 +14,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [dev, production]
|
branches: [dev, production]
|
||||||
paths:
|
paths:
|
||||||
- "containers/runner.Containerfile"
|
- "containerfiles/runner.Containerfile"
|
||||||
- ".github/workflows/runner.yml"
|
- ".github/workflows/runner.yml"
|
||||||
- "packages/scripts/**"
|
- "packages/scripts/**"
|
||||||
- "packages/server/**"
|
- "packages/server/**"
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: containers/runner.Containerfile
|
file: containerfiles/runner.Containerfile
|
||||||
context: ./
|
context: ./
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: containers/runner.Containerfile
|
file: containerfiles/runner.Containerfile
|
||||||
context: ./
|
context: ./
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user