We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa7100 commit ae876c6Copy full SHA for ae876c6
.github/workflows/bump.yaml
@@ -3,7 +3,7 @@ name: Bump CI
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 10 * * *'
+ - cron: '0 8 * * *'
7
8
jobs:
9
bump:
Dockerfile
@@ -1,6 +1,6 @@
1
FROM eclipse-temurin AS builder
2
-# bump: libwebp /LIBWEBP_VERSION=([\d.]+)/ git:https://chromium.googlesource.com/webm/libwebp.git|*
+# bump: libwebp /LIBWEBP_VERSION=([\d.]+)/ git:https://chromium.googlesource.com/webm/libwebp.git|^1
# bump: libwebp after ./hashupdate Dockerfile LIBWEBP $LATEST
ARG LIBWEBP_VERSION=1.4.0
ARG LIBWEBP_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$LIBWEBP_VERSION-linux-x86-64.tar.gz"
0 commit comments