fixed path
This commit is contained in:
parent
5c253ef293
commit
5ca206e3ba
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ This action can be invoked using `workflow_call`. Below is an example of how to
|
||||||
```yaml
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: [path/to/this-action@main](https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-docker.yml@main)
|
uses: DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
||||||
with:
|
with:
|
||||||
dockerfile: './Dockerfile.custom'
|
dockerfile: './Dockerfile.custom'
|
||||||
context: './app'
|
context: './app'
|
||||||
|
|
|
@ -17,7 +17,7 @@ This action can be called from other workflows using `workflow_call`. Below is a
|
||||||
```yaml
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-go.yml@main
|
uses: DevFW-CICD/build/.github/workflows/build-go.yml@main
|
||||||
with:
|
with:
|
||||||
source: './cmd/app/main.go'
|
source: './cmd/app/main.go'
|
||||||
target: './build/app'
|
target: './build/app'
|
||||||
|
|
Loading…
Reference in a new issue