From 7b6d69668b480352bfda2f13c38c5af161c10342 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 23 Mar 2023 14:28:12 +0000 Subject: [PATCH] test gitea actions --- .gitea/workflows/deploy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 16d59e9..1dfbd30 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,6 +17,14 @@ jobs: # with: # fetch-depth: 0 # - run: git fetch --force --tags + - name: install docker + run: | + apt-get update + apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common + curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - + add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" + apt-get update + apt-get install -y docker-ce docker-ce-cli containerd.io - run: hostname - run: pwd - run: ls -la