fixed path
All checks were successful
/ test_build_docker (push) Successful in 10s
/ test_build_go (push) Successful in 8s

This commit is contained in:
Kai Reichart 2024-11-28 14:10:23 +01:00
parent 5c253ef293
commit 5ca206e3ba
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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'