Fixed building
All checks were successful
Build Docker Image / build-and-deploy-image (3.10) (push) Successful in 30m47s
Build Docker Image / build-and-deploy-image (3.11) (push) Successful in 30m43s
Build Docker Image / build-and-deploy-image (3.12) (push) Successful in 30m35s

This commit is contained in:
2024-07-20 10:49:17 +03:00
parent 1be88e1973
commit bf711a5f12

View File

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