mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
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:
parent
b0b9a72dbd
commit
acde373709
3 changed files with 13 additions and 29 deletions
25
.github/workflows/docker-weekly.yml
vendored
25
.github/workflows/docker-weekly.yml
vendored
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue