Skip to content

Commit

Permalink
Merge pull request #88 from iits-consulting/Ninja243/apk-push-issue
Browse files Browse the repository at this point in the history
Directly specify pub key to use
  • Loading branch information
Ninja243 authored Jun 4, 2024
2 parents 5279231 + b6f011c commit edf2331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
- name: Install dependencies
run: |
apk add alpine-sdk openssl
apk fix --upgrade --allow-untrusted alpine-keys
- name: Import keys
run: |
Expand All @@ -139,7 +138,7 @@ jobs:
- name: Make and sign apkindex
run: |
apk index -o APKINDEX.tar.gz *.apk
abuild-sign -v -k ~/.abuild/abuild.rsa APKINDEX.tar.gz
abuild-sign -k ~/.abuild/abuild.rsa -p /etc/apk/keys/abuild.rsa.pub APKINDEX.tar.gz
- name: Create repo structure
run: |
Expand Down

0 comments on commit edf2331

Please sign in to comment.