Update '.gitea/workflows/publish.yaml'
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 20:34:52 +01:00
parent 7013bb4e09
commit 6eb3ead4c9

@ -14,7 +14,14 @@ jobs:
runs-on: ${{ matrix.arch }}
container: node:19-alpine
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
uses: docker/setup-buildx-action@v2
- name: Login to Repo