Send signatures and verify signature of patches file before loading it

This commit is contained in:
oSumAtrIX
2024-06-29 03:44:55 +02:00
parent f9cae1ea56
commit 4a685a2b53
17 changed files with 302 additions and 73 deletions

View File

@@ -81,3 +81,6 @@ jobs:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
build-args: |
GITHUB_ACTOR=${{ github.actor }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}