Skip to content

Fix restapi versions - refs #274234 #729

Fix restapi versions - refs #274234

Fix restapi versions - refs #274234 #729

Workflow file for this run

name: Plone Docker Official Image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build & Test Plone
run: |
docker build -t plone:dev .
./test/run.sh plone:dev