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