Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
ci: sign containers in proper registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 16, 2024
1 parent 5afdc9d commit 39e85a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
containers: ${{ steps.recipe_meta.outputs.IMAGE_NAME }}
registry: ${{env.IMAGE_REGISTRY}}
registry-token: ${{ secrets.GITHUB_TOKEN }}
signing-secret: ${{ secrets.SIGNING_SECRET }}
tags: ${{ steps.push.outputs.digest }}

0 comments on commit 39e85a8

Please sign in to comment.