add poetry Build

This commit is contained in:
Attilio Greco 2022-12-16 12:57:42 +01:00
parent dd1121ac3f
commit 7a67b5a6f9
No known key found for this signature in database
GPG Key ID: FC1D47921C8F19CC

View File

@ -55,26 +55,11 @@ jobs:
push: true push: true
tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base:${{ matrix.python }}-alpine${{ matrix.alpine }} tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base:${{ matrix.python }}-alpine${{ matrix.alpine }}
# - name: Poetry Meta - name: Build and push Poetry
# id: meta-web-poetry uses: docker/build-push-action@v2
# uses: docker/metadata-action@v3 with:
# with: context: .
# images: | file: ./Docker/Dockerfile.poetry
# ghcr.io/${{ github.repository_owner }}/web-base platforms: linux/amd64,linux/arm64
# push: true
# - name: Set up Docker Buildx tags: ghcr.io/${{ steps.string.outputs.lowercase }}/poetry:${{ matrix.python }}-alpine${{ matrix.alpine }}
# uses: docker/setup-buildx-action@v2
# with:
# platforms: linux/amd64,linux/arm64
# build-args: |
# PYTHON_VERSION=${{ matrix.python }}
# ALPINE_VERSION=${{ matrix.alpine }}
#
# - name: Build and push Poetry
# uses: docker/build-push-action@v2
# with:
# context: .
# file: ./Docker/Dockerfile.poetry
# platforms: linux/amd64,linux/arm64
# push: true
# tags: ${{ matrix.python }}-alpine${{ matrix.alpine }}