feat: make docker-push workflow self-contained by computing deps_hash internally

This commit is contained in:
2026-04-09 10:20:11 +02:00
parent 4559ea3b82
commit 1cd3235404
2 changed files with 12 additions and 8 deletions

View File

@@ -323,5 +323,5 @@ jobs:
-H "Authorization: token ${{ secrets.GITEA_TOKEN || secrets.PACKAGES_TOKEN }}" \
-H "Content-Type: application/json" \
"${{ env.GITEA_INTERNAL }}api/v1/repos/${{ env.GITEA_ORG }}/${{ env.GITEA_REPO }}/actions/workflows/docker-push.yaml/dispatches" \
-d '{"ref":"${{ github.ref }}","inputs":{"deps_hash":"${{ needs.build-cache.outputs.deps_hash }}","ref":"${{ github.ref }}"}}'
-d '{"ref":"${{ github.ref }}"}'
echo "✅ Docker Push workflow triggered successfully!"