fix actions?
All checks were successful
/ docker (push) Successful in 2m44s

This commit is contained in:
Lee 2023-07-04 17:58:13 +01:00
parent 0db4b9c48b
commit 3fdaa9219d

@ -6,13 +6,7 @@ on:
jobs:
docker:
strategy:
matrix:
arch: ["ubuntu-latest:20.04"]
git-version: ["2.38.4"]
max-parallel: 3
fail-fast: true
runs-on: ${{ matrix.arch }}
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v3