mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-04-24 08:14:14 -04:00
Add workflow for docker build and push (#750)
* Add workflow for docker build and push
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
name: Python Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
name: Build & test via docker-compose
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user