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 }}