ci: Update release-push-to-channel.yml (no-changelog) (#9254)

This commit is contained in:
Deborah 2024-04-29 15:26:17 +01:00 committed by GitHub
parent f05d96cea0
commit abae63574b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,3 +53,11 @@ jobs:
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 }}
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'