diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ecd15cf..529c2fb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get install -y git docker.io + apt-get install -y git docker-ce - name: Checkout code shell: sh @@ -137,7 +137,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get install -y git docker.io + apt-get install -y git docker-ce - name: Checkout code shell: sh