We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29314a7 commit 5c6a5eaCopy full SHA for 5c6a5ea
.github/workflows/build-and-push-python-pg.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
DOCKER_IMAGE=ghcr.io/1panel-dev/maxkb-base
27
DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
28
- TAG_NAME=python3.11-pg17.5
+ TAG_NAME=python3.11-pg17.6
29
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME}"
30
echo ::set-output name=docker_image::${DOCKER_IMAGE}
31
echo ::set-output name=version::${TAG_NAME}
0 commit comments