Skip to content

Commit

Permalink
use replicatedhq/chainguard-dev-actions fork (#5009)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Nov 15, 2024
1 parent 55b35f4 commit 9ae5c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-custom-melange-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ runs:
export GIT_TAG=${{ inputs.git-tag }}
envsubst '${GIT_TAG}' < ${{ inputs.context }}/melange.yaml.tmpl > ${{ inputs.context }}/melange.yaml
- uses: chainguard-dev/actions/melange-build@main
- uses: replicatedhq/chainguard-dev-actions/melange-build@main
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
version: v0.14.10

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

Expand Down

0 comments on commit 9ae5c14

Please sign in to comment.