Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
# (scripts/melange-index.sh). It cannot be skipped here — melange-build-pkg
# adds `--keyring-append <key>.pub` for every config after the first.
- name: Generate a temporary melange signing key
uses: chainguard-dev/actions/melange-keygen@bed8050123fff65538e2db1902ff9404030c0221 # v1.6.31
uses: chainguard-dev/actions/melange-keygen@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
# Absolute paths so the key and the packages land where apko.yaml's
# `@local ./packages` and `./melange.rsa.pub` resolve from the image dir.
Expand Down
Loading