Skip to content

Make version of oauth2 proxy configurable via operator param #378

Make version of oauth2 proxy configurable via operator param

Make version of oauth2 proxy configurable via operator param #378

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