Skip to content

Init operations for workspaces with Git Init as initial implemetation #69 #380

Init operations for workspaces with Git Init as initial implemetation #69

Init operations for workspaces with Git Init as initial implemetation #69 #380

name: Docker Operator CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t theia-cloud-operator:$(date +%s) -f dockerfiles/operator/Dockerfile .