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:
|
||||
|
Reference in New Issue
Block a user