Skip to content

Update old eclipsesource urls to eclipse-theia urls #150

Update old eclipsesource urls to eclipse-theia urls

Update old eclipsesource urls to eclipse-theia urls #150

Workflow file for this run

name: "[DOCKER] service"
on:
push:
branches:
- main
paths:
- "java/common/**"
- "java/service/**"
- "dockerfiles/service/**"
# Publish when a workflow has changed (this is needed to detect version updates)
- ".github/workflows/ci-service.yml"
- ".github/workflows/reusable-docker.yml"
pull_request:
branches:
- main
paths:
- "java/common/**"
- "java/service/**"
- "dockerfiles/service/**"
release:
types:
- published
jobs:
run:
uses: ./.github/workflows/reusable-docker.yml
with:
docker_org: theiacloud
docker_image: theia-cloud-service
docker_file: dockerfiles/service/Dockerfile
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}