Skip to content

Commit

Permalink
chore: add parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Apr 2, 2021
1 parent b19e5b4 commit 0cc602f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
docker-backend:
strategy:
max-parallel: 10
matrix:
pacakge: ['server', 'import', 'simulate']
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,4 +85,4 @@ jobs:
context: code/frontend/.
file: code/frontend/packages/${{ matrix.pacakge }}/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0cc602f

Please sign in to comment.