diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 56d6af5..eae7801 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,7 +7,6 @@ on: jobs: deploy: runs-on: ubuntu-22.04 - container: ubuntu:22.04 steps: # - name: Install Docker # run: curl -fsSL https://get.docker.com | sh @@ -21,7 +20,7 @@ jobs: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_TOKEN }} - name: install pip - run: apt update && apt install -y python3-pip nodejs + run: apt update && apt install -y python3-pip - uses: abatilo/actions-poetry@v2 with: poetry-version: "1.5.1"