WIP add working dev docker-compose for all architecture #1499
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image | |
on: | |
push: | |
paths: | |
- docker/dockerfile | |
- docker/docker-compose*.yml | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build a Docker image able to run yeswiki | |
run: docker build -f docker/dockerfile -t yeswiki/yeswiki . |