fix: a regex bug with escaping inside of character classes (#4575)

Also delete the broken docker weekly flow.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2025-02-07 12:42:45 +02:00 committed by GitHub
parent b0b9a72dbd
commit acde373709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 29 deletions

View file

@ -1,25 +0,0 @@
name: weekly docker build
on:
schedule:
# Monday midnight
- cron: '0 0 * * 1'
workflow_dispatch:
permissions:
packages: write
contents: write
id-token: write
jobs:
weekly-container-build:
uses: ./.github/workflows/reusable-container-workflow.yaml
with:
build_type: dev
tag: ${{ github.sha}}
tag_latest: true
image: ghcr.io/dragonflydb/dragonfly-weekly
registry: ghcr.io
registry_username: ${{ github.repository_owner }}
secrets:
registry_password: ${{ secrets.GITHUB_TOKEN }}