Skip to content

Commit

Permalink
build: 分开镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Mar 15, 2024
1 parent 5849868 commit fd13eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-python-pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: prepare
run: |
DOCKER_IMAGE=ghcr.io/maxkb-dev/python-pg
DOCKER_PLATFORMS=linux/amd64
DOCKER_PLATFORMS=linux/amd64,linux/arm64
TAG_NAME=python3.11.8-pg15.3
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
echo ::set-output name=docker_image::${DOCKER_IMAGE}
Expand Down

0 comments on commit fd13eba

Please sign in to comment.