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:
|
||||
- main
|
||||
paths:
|
||||
- /Dockerfile
|
||||
- /entrypoint.sh
|
||||
- /.gitea/workflows/build.yml
|
||||
- Dockerfile
|
||||
- entrypoint.sh
|
||||
- .gitea/workflows/build.yml
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user