💚 Fix build docker image workflow
This commit is contained in:
2
.github/workflows/publish_docker_images.yml
vendored
2
.github/workflows/publish_docker_images.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user