Skip to content

Commit

Permalink
generate signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 21, 2023
1 parent 73a2cc0 commit 34a5d65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,14 @@ jobs:
envsubst "${GIT_TAG}" < deploy/apko.yaml.tmpl > deploy/apko.yaml
# use chainguard-dev/actions/melange-build@main action below instead when caching support is added
- name: set up melange
uses: chainguard-dev/actions/setup-melange@main
- uses: chainguard-dev/actions/setup-melange@main
- uses: chainguard-dev/actions/melange-keygen@main
with:
signing-key-path: ${{ github.workspace }}/melange.rsa

- name: build with melange
run: |
melange build \
--config deploy/melange.yaml \
melange build deploy/melange.yaml \
--archs x86_64 \
--signing-key ${{ github.workspace }}/melange.rsa \
--cache-dir "$(go env GOMODCACHE)"
Expand Down

0 comments on commit 34a5d65

Please sign in to comment.