Switch to ublue-os signing key, fix minor typo in readme

This commit is contained in:
Kyle Gospodnetich 2023-02-09 11:18:03 -08:00
parent dcbc63ec66
commit 348ebe396b
3 changed files with 5 additions and 6 deletions

View File

@ -106,8 +106,8 @@ jobs:
wc -c cosign.key wc -c cosign.key
wc -c cosign.pub wc -c cosign.pub
env: env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }} COSIGN_PUBLIC_KEY: ${{ secrets.SIGNING_PUBLIC }}
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
@ -122,7 +122,6 @@ jobs:
env: env:
TAGS: ${{ steps.push.outputs.digest }} TAGS: ${{ steps.push.outputs.digest }}
COSIGN_EXPERIMENTAL: false COSIGN_EXPERIMENTAL: false
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
- name: Verify signed image - name: Verify signed image
run: | run: |

View File

@ -21,7 +21,7 @@ The `latest` tag will automatically point to the latest build.
## Features ## Features
- Start with a base [ublue-os/kinoite-nvidia](https://github.com/ublue-os/nvidia image - Start with a base [ublue-os/kinoite-nvidia](https://github.com/ublue-os/nvidia) image
- Adds ported versions of Valve's Steam Deck packages - Adds ported versions of Valve's Steam Deck packages
- Adds h264 decoding out of the box via RPM Fusion - Adds h264 decoding out of the box via RPM Fusion
- Supports LatencyFleX & vkBasalt out of the box - Supports LatencyFleX & vkBasalt out of the box

View File

@ -1,4 +1,4 @@
-----BEGIN PUBLIC KEY----- -----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEw4/2pnHlZlCaZZ4xvaqyoL37lfwm MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7lh7fJMV4dBT2jT1XafixUJa7OVA
CwEfktC3rZKAt+5e4YC2YfJKeiUroT0jB3X3c0rTqouGAWtU8jrJZ1X6tw== cT+QFVD8IfIJIS/KBAc8hx1aslzkH3tfeM0cwyCLB7kOStZ4sh6RyFQD9w==
-----END PUBLIC KEY----- -----END PUBLIC KEY-----