From 86d55d09668b697887cd7544c9166f67c698c20b Mon Sep 17 00:00:00 2001 From: smf Date: Sun, 3 Mar 2024 21:17:39 +0800 Subject: [PATCH] fix version --- .github/workflows/publish_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index c429eaf..3ff8602 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -72,7 +72,7 @@ jobs: build-args: | http_proxy=http://192.168.0.20:7890 https_proxy=http://192.168.0.20:7890 - version=${{ steps.meta.outputs.REPO_VERSION }} + version=${{ steps.meta.outputs.version }} context: ${{ inputs.docker_context }} file: ${{ inputs.dockerfile_path }} platforms: |