From bf711a5f1209846a4f4fad8d29df88b4ce866b25 Mon Sep 17 00:00:00 2001 From: Eugene Morozov Date: Sat, 20 Jul 2024 10:49:17 +0300 Subject: [PATCH] Fixed building --- .gitea/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d905fc58..5af14592 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -52,21 +52,3 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:python${{ matrix.python-version }} - - - name: Build and push Python ${{ matrix.python-version }} - uses: docker/build-push-action@v5 - with: - context: . - file: Dockerfile.python${{ matrix.python-version }} - platforms: linux/amd64,linux/arm64 - push: true - tags: gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:python${{ matrix.python-version }} - - - name: Build and push Python ${{ matrix.python-version }} - uses: docker/build-push-action@v5 - with: - context: . - file: Dockerfile.python${{ matrix.python-version }} - platforms: linux/amd64,linux/arm64 - push: true - tags: gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:python${{ matrix.python-version }}