From 25fc713f8aa131cc4ad7707a75591958680af702 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Tue, 23 Jul 2024 15:10:41 +0000 Subject: [PATCH] Delete .gitea/container-build.yml --- .gitea/container-build.yml | 39 -------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .gitea/container-build.yml diff --git a/.gitea/container-build.yml b/.gitea/container-build.yml deleted file mode 100644 index 81d8542..0000000 --- a/.gitea/container-build.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: build oses -on: - workflow_dispatch: - schedule: - - cron: "0 0 1 * *" - push: - branches: - - release - paths: - - operating-systems/** -jobs: - push: - name: "container:${{ matrix.operating-systems }}" - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - operating-systems: - - debian - steps: - - uses: actions/checkout@v2 - - uses: docker/setup-qemu-action@v1 - - uses: docker/setup-buildx-action@v1 - with: - version: "v0.5.1" - buildkitd-flags: --debug - - uses: docker/login-action@v1 - with: - registry: git.anomalous.dev - username: ${{ gitea.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v2 - with: - context: ./operating-systems/${{ matrix.operating-systems }} - file: ./operating-systems/${{ matrix.operating-systems }}/Dockerfile - platforms: linux/amd64 - push: true - tags: | - git.anomalous.dev/57_Wolve/container:${{ matrix.operating-systems }} \ No newline at end of file