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
|
||||
jobs:
|
||||
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:
|
||||
dockerfile: './Dockerfile.custom'
|
||||
context: './app'
|
||||
|
|
|
@ -17,7 +17,7 @@ This action can be called from other workflows using `workflow_call`. Below is a
|
|||
```yaml
|
||||
jobs:
|
||||
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:
|
||||
source: './cmd/app/main.go'
|
||||
target: './build/app'
|
||||
|
|
Loading…
Reference in a new issue