diff --git a/.gitea/workflows/run-build.yml b/.gitea/workflows/run-build.yml index 8c6d328..40a52b9 100644 --- a/.gitea/workflows/run-build.yml +++ b/.gitea/workflows/run-build.yml @@ -8,8 +8,6 @@ on: jobs: package-and-push: runs-on: ubuntu-22.04 - - steps: container: mcr.microsoft.com/devcontainers/python:3.11 steps: @@ -17,7 +15,6 @@ jobs: run: | set -eux apt-get update - # add gcc & toolchain while keeping your originals apt-get install -y --no-install-recommends curl ca-certificates git build-essential make curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt-get install -y --no-install-recommends nodejs @@ -40,4 +37,4 @@ jobs: REGISTRY_URL: ${{ secrets.REGISTRY_URL }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} - run: ./deploy/push-to-registry.sh \ No newline at end of file + run: ./deploy/push-to-registry.sh