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 7faca6a commit 26b6746Copy full SHA for 26b6746
.github/workflows/check.yml
@@ -40,7 +40,8 @@ jobs:
40
41
if [ "$need_update" = true ]; then
42
git status
43
- git commit -am "build(app): bump app to latest"
+ git add .
44
+ git commit -m "build(app): bump app to latest"
45
git push origin ${{ github.event.pull_request.head.ref }}
46
fi
47
env:
redis/Dockerfile.template
@@ -1,5 +1,5 @@
1
{{ if env.variant == "alpine" then ( -}}
2
-FROM ghcr.io/loong64/alpine:{{ .alpine.version }}
+FROM ghcr.io/loong64/alpine:3.21
3
{{ ) else ( -}}
4
FROM ghcr.io/loong64/debian:trixie-slim
5
{{ ) end -}}
0 commit comments