This commit is contained in:
parent
7013bb4e09
commit
6eb3ead4c9
@ -14,7 +14,14 @@ jobs:
|
|||||||
runs-on: ${{ matrix.arch }}
|
runs-on: ${{ matrix.arch }}
|
||||||
container: node:19-alpine
|
container: node:19-alpine
|
||||||
steps:
|
steps:
|
||||||
#- uses: actions/checkout@v3
|
- name: checkout
|
||||||
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
|
- name: download docker
|
||||||
|
run: |
|
||||||
|
wget -q -O /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz \
|
||||||
|
&& tar --extract --file /tmp/docker.tgz --directory /usr/bin --strip-components 1 --no-same-owner docker/docker \
|
||||||
|
&& rm -rf /tmp/*
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Login to Repo
|
- name: Login to Repo
|
||||||
|
Reference in New Issue
Block a user