From 99a3a6805929bf6018e43521585d4c70a3df2825 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 2 Apr 2024 12:00:22 +0800 Subject: [PATCH] fix: install skopeo --- .gitea/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ed22399..233d737 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -117,6 +117,11 @@ jobs: gitea/runner-images:ubuntu-slim-20.04 gitea/runner-images:ubuntu-slim-20.04-${{ steps.meta.outputs.IMAGE_VERSION }} + - name: Install skopeo + run: | + apt-get update + apt-get install -y skopeo + - name: Copy full 22.04 run: | skopeo copy -a docker://ghcr.io/catthehacker/ubuntu:ubuntu-22.04-full docker://gitea/runner-images:ubuntu-22.04-full