mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Update release-push-to-channel.yml (no-changelog) (#9254)
This commit is contained in:
@@ -53,3 +53,11 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- run: docker buildx imagetools create -t ghcr.io/${{ github.repository_owner }}/n8n:${{ github.event.inputs.release-channel }} ghcr.io/${{ github.repository_owner }}/n8n:${{ github.event.inputs.version }}
|
- run: docker buildx imagetools create -t ghcr.io/${{ github.repository_owner }}/n8n:${{ github.event.inputs.release-channel }} ghcr.io/${{ github.repository_owner }}/n8n:${{ github.event.inputs.version }}
|
||||||
|
|
||||||
|
update-docs:
|
||||||
|
name: Update latest and next in the docs
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [release-to-npm, release-to-docker-hub]
|
||||||
|
steps:
|
||||||
|
- continue-on-error: true
|
||||||
|
run: curl -u docsWorkflows:${{ secrets.N8N_WEBHOOK_DOCS_PASSWORD }} --request GET 'https://internal.users.n8n.cloud/webhook/update-latest-next'
|
||||||
|
|||||||
Reference in New Issue
Block a user