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: jobs:
build: build:
runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
app: ['builder', 'viewer'] app: ['builder', 'viewer']
runs-on: ubuntu-latest
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3