Skip to content

Bump puma from 5.6.4 to 5.6.7 #93

Bump puma from 5.6.4 to 5.6.7

Bump puma from 5.6.4 to 5.6.7 #93

name: Docker production build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Setup
run: |
cp env.sample .env
cp docker/tess.docker-test.yml config/tess.yml
cp config/secrets.example.yml config/secrets.yml
- name: Build
run: docker-compose -f docker-compose-prod.yml build