2
0

💚 Fix build docker image workflow

This commit is contained in:
Baptiste Arnaud
2022-11-02 19:52:13 +01:00
parent 2c66c59dfc
commit d5909c15bf

View File

@ -10,10 +10,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
app: ['builder', 'viewer']
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3