Skip to content

Commit

Permalink
specify git commit and repo url for melange github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 22, 2024
1 parent bb38c97 commit 84e278e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-custom-melange-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ runs:
with:
config: ${{ inputs.context }}/melange.yaml
archs: ${{ inputs.arch }}
git-commit: ${{ github.sha }}
git-repo-url: ${{ github.server_url }}/${{ github.repository }}
sign-with-temporary-key: true

# upload artifacts generated by the melange build so they can later be used by apko
Expand Down

0 comments on commit 84e278e

Please sign in to comment.