mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +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:
|
||||
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 }}
|
||||
|
||||
8
.github/workflows/runner.yml
vendored
8
.github/workflows/runner.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user