diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d3edcb1..80acc27 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io + apt-get update && apt-get install -y git docker.io - name: Checkout code shell: sh @@ -137,7 +137,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io + apt-get update && apt-get install -y git docker.io - name: Checkout code shell: sh