82 session file location (#91)

* change session file location

* makefile refactor

* gha refactor
This commit is contained in:
Marco
2023-09-26 10:25:14 +02:00
committed by GitHub
parent 8337aae438
commit 4710db25ee
5 changed files with 32 additions and 19 deletions

View File

@@ -76,5 +76,5 @@ jobs:
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: |
cosign sign ghcr.io/${{ github.repository }}@${{ steps.build-and-push.outputs.digest }}
cosign sign docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui@${{ steps.build-and-push.outputs.digest }}
cosign sign ghcr.io/${{ github.repository }}:latest
cosign sign docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui:latest