Skip to content

Commit 45a379e

Browse files
committed
fix: ci check
1 parent 73ca79b commit 45a379e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
env:
3838
DFLY_cluster_mode: emulated
3939
DFLY_lock_on_hashtags: "true"
40+
DFLY_default_lua_flags: allow-undeclared-keys
4041
ports:
4142
- 6379:6379
4243
options: >-
@@ -45,10 +46,6 @@ jobs:
4546
--health-timeout 5s
4647
--health-retries 5
4748
48-
steps:
49-
- name: Checkout repository
50-
uses: actions/checkout@v4
51-
5249
- name: Set up Docker Buildx
5350
uses: docker/setup-buildx-action@v3
5451

0 commit comments

Comments
 (0)