diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8b3ed01563..fe1dcbf2f5 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -95,17 +95,3 @@ jobs: platforms: ${{ steps.container-opts.outputs.version == 'edge' && 'linux/amd64' || 'linux/amd64,linux/arm64' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - deployment: - name: Deploy with Docker Compose - needs: images - runs-on: self-hosted-persist-gsa01 - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Docker compose - working-directory: ./.docker - run: | - docker compose pull - docker compose up -d --remove-orphans - docker image prune -f