Skip to content

Docker Matrix123

Docker Matrix123 #2

Workflow file for this run

name: Docker Matrix123
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
images: [hello-world, alpine,kkkdevops678967]
steps:
- name: Docker details
run: docker info
- name: Run image
run: docker run ${{ matrix.images }}