Skip to content

Commit ae876c6

Browse files
authored
Configure bump to detect only minor libwebp updates (#296)
1 parent ffa7100 commit ae876c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bump CI
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 10 * * *'
6+
- cron: '0 8 * * *'
77

88
jobs:
99
bump:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM eclipse-temurin AS builder
22

3-
# bump: libwebp /LIBWEBP_VERSION=([\d.]+)/ git:https://chromium.googlesource.com/webm/libwebp.git|*
3+
# bump: libwebp /LIBWEBP_VERSION=([\d.]+)/ git:https://chromium.googlesource.com/webm/libwebp.git|^1
44
# bump: libwebp after ./hashupdate Dockerfile LIBWEBP $LATEST
55
ARG LIBWEBP_VERSION=1.4.0
66
ARG LIBWEBP_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$LIBWEBP_VERSION-linux-x86-64.tar.gz"

0 commit comments

Comments
 (0)