Commit e9951fb 1 parent ffb570e commit e9951fb Copy full SHA for e9951fb
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ SHA="$(
30
30
| cut -f1
31
31
)"
32
32
COSIGN_EXPERIMENTAL=1 cosign verify-blob \
33
- --cert "${filename}.pem" \
34
- --signature "${filename}.sig" \
33
+ --cert "${uniget_cache_download}/${ filename}.pem" \
34
+ --signature "${uniget_cache_download}/${ filename}.sig" \
35
35
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
36
36
--certificate-identity "https://github.com/sigstore/gitsign/.github/workflows/release.yml@refs/tags/v${version}" \
37
37
--certificate-github-workflow-name release \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ghcr.io/uniget-org/tools/python:latest AS python
4
4
FROM ghcr.io/uniget-org/tools/shiv:latest AS shiv
5
5
FROM ghcr.io/uniget-org/tools/rust:latest AS rust
6
6
7
- FROM ghcr.io/uniget-org/images/ubuntu :24.04 AS prepare
7
+ FROM ghcr.io/uniget-org/images/build-essential :24.04 AS prepare
8
8
COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
9
9
/etc/profile.d/ \
10
10
/etc/profile.d/
You can’t perform that action at this time.
0 commit comments