Skip to content

Commit

Permalink
Merge pull request #87 from iits-consulting/Ninja243/apk-push-issue
Browse files Browse the repository at this point in the history
Update alpine release keys
  • Loading branch information
Ninja243 authored Jun 4, 2024
2 parents ea0ffb3 + 2138f6f commit 5279231
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,14 +124,13 @@ jobs:
- name: Install dependencies
run: |
apk add alpine-sdk openssl
apk fix --upgrade --allow-untrusted alpine-keys
- name: Import keys
run: |
mkdir ~/.abuild
echo "$APK_PACKAGE_RSA" > ~/.abuild/abuild.rsa
chmod 600 ~/.abuild/abuild.rsa
openssl rsa -pubout -in ~/.abuild/abuild.rsa -out ~/.abuild/abuild.rsa.pub
chmod 600 ~/.abuild/abuild.rsa.pub
echo "PACKAGER_PRIVKEY=\"~/.abuild/abuild.rsa\"" >> /etc/abuild.conf
cp ~/.abuild/abuild.rsa.pub /etc/apk/keys/
env:
Expand Down

0 comments on commit 5279231

Please sign in to comment.