pls work
Some checks failed
Publish / docker (push) Failing after 19s

This commit is contained in:
Lee 2023-10-09 22:52:50 +01:00
parent 44e9687867
commit 83d5193257

@ -7,19 +7,12 @@ on:
jobs:
docker:
strategy:
matrix:
arch: ["ubuntu-20.04"]
git-version: ["2.38.4"]
runs-on: ${{ matrix.arch }}
runs-on: ubuntu-20.04
container: fascinated/docker-images:node-latest
steps:
- name: checkout
uses: https://github.com/actions/checkout@v3
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v2
- name: Login to Repo
uses: https://github.com/docker/login-action@v2
with: