docker: matrix builds

This commit is contained in:
Koushik Dutta
2021-12-07 17:04:15 -08:00
parent 733b763fce
commit 54c8da34bc

View File

@@ -10,7 +10,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "16-bullseye"]