build: add Dockerfile-python-pg

This commit is contained in:
liqiang-fit2cloud
2025-04-14 15:47:02 +08:00
parent 3502522086
commit e8d5a4a653
2 changed files with 21 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: |
DOCKER_IMAGE=ghcr.io/1panel-dev/maxkb-python-pg
DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
TAG_NAME=python3.11-pg15.8
TAG_NAME=python3.11-pg17.4
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
echo ::set-output name=docker_image::${DOCKER_IMAGE}
echo ::set-output name=version::${TAG_NAME}