add poetry Build
This commit is contained in:
parent
dd1121ac3f
commit
7a67b5a6f9
31
.github/workflows/build-image.yml
vendored
31
.github/workflows/build-image.yml
vendored
@ -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 }}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user