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
|
||||
tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base:${{ matrix.python }}-alpine${{ matrix.alpine }}
|
||||
|
||||
# - name: Poetry Meta
|
||||
# id: meta-web-poetry
|
||||
# uses: docker/metadata-action@v3
|
||||
# with:
|
||||
# images: |
|
||||
# ghcr.io/${{ github.repository_owner }}/web-base
|
||||
#
|
||||
# - name: Set up Docker Buildx
|
||||
# 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 }}
|
||||
- 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: ghcr.io/${{ steps.string.outputs.lowercase }}/poetry:${{ matrix.python }}-alpine${{ matrix.alpine }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user