Fix paths in GitHub Actions workflow trigger for Docker build
All checks were successful
Build Docker Image / build (push) Successful in 11s
All checks were successful
Build Docker Image / build (push) Successful in 11s
This commit is contained in:
@@ -4,9 +4,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- /Dockerfile
|
- Dockerfile
|
||||||
- /entrypoint.sh
|
- entrypoint.sh
|
||||||
- /.gitea/workflows/build.yml
|
- .gitea/workflows/build.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user