Update '.gitea/workflows/publish.yaml'
All checks were successful
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 20:59:11 +01:00
parent 42192e7885
commit 3b0f7e3ef2

@ -17,11 +17,11 @@ jobs:
- name: checkout - name: checkout
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
#- name: download docker - name: download docker
# run: | run: |
# wget -q -O /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz \ 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 \ && tar --extract --file /tmp/docker.tgz --directory /usr/bin --strip-components 1 --no-same-owner docker/docker \
# && rm -rf /tmp/* && 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