Skip to content

Rename publish npm script to avoid rerun of publish #10

Rename publish npm script to avoid rerun of publish

Rename publish npm script to avoid rerun of publish #10

name: Landing Page CI
on:
push:
branches:
- main
paths:
- "node/common/**"
- "node/landing-page/**"
- "dockerfiles/landing-page/**"
pull_request:
branches:
- main
paths:
- "node/common/**"
- "node/landing-page/**"
- "dockerfiles/landing-page/**"
release:
types:
- published
jobs:
call-reusable-docker-workflow:
uses: ./.github/workflows/reusable-docker.yml
with:
docker_org: theiacloud
docker_image: theia-cloud-landing-page
docker_file: dockerfiles/landing-page/Dockerfile
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}