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 fb71366 commit b26c5cfCopy full SHA for b26c5cf
melange.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: melange
3
- version: "0.26.7"
+ version: "0.26.8"
4
epoch: 0
5
description: build APKs from source code
6
copyright:
@@ -13,15 +13,10 @@ package:
13
pipeline:
14
- uses: git-checkout
15
with:
16
- expected-commit: 6418f7c66370d9058a152e1022f2ef48b5c4661a
+ expected-commit: f203105284d1c09bceec3719dc99a45c5b991c5b
17
repository: https://github.com/chainguard-dev/melange
18
tag: v${{package.version}}
19
20
- - uses: go/bump
21
- with:
22
- deps: |-
23
- github.com/containerd/containerd/[email protected]
24
-
25
- uses: go/build
26
27
output: melange
0 commit comments