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 e8d5a4a commit d8cbf0dCopy full SHA for d8cbf0d
.github/workflows/build-and-push-python-pg.yml
@@ -33,14 +33,14 @@ jobs:
33
- name: Checkout
34
uses: actions/checkout@v4
35
with:
36
- ref: main
+ ref: ${{ github.ref_name }}
37
- name: Prepare
38
id: prepare
39
run: |
40
DOCKER_IMAGE=ghcr.io/1panel-dev/maxkb-python-pg
41
DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
42
TAG_NAME=python3.11-pg17.4
43
- DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
+ DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME}"
44
echo ::set-output name=docker_image::${DOCKER_IMAGE}
45
echo ::set-output name=version::${TAG_NAME}
46
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} --no-cache \
0 commit comments