Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 28ccd15

Browse files
author
Vianpyro
committed
Fix path filter for database in Docker image packaging workflow
1 parent 2bc55e9 commit 28ccd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: database
2828
context: ./
2929
dockerfile: Dockerfile
30-
path_filter: ./database/
30+
path_filter: database/
3131
needs_api_url: true
3232
- name: database-devcontainer
3333
context: ./.devcontainer

0 commit comments

Comments
 (0)