diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index fb01aee..f9f27f1 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -4,6 +4,7 @@ on: push: branches: ['prep/**', 'release/**', 'test/**', master] tags: ['**'] + workflow_dispatch: jobs: diff --git a/Makefile b/Makefile index 782da7a..44cc134 100644 --- a/Makefile +++ b/Makefile @@ -41,5 +41,5 @@ static: clean TAG:=test docker: curl -O https://raw.githubusercontent.com/filecoin-project/venus-docs/master/script/docker/dockerfile - docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) -t venus-auth . + docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) --build-arg BUILD_TARGET=venus-auth -t venus-auth . docker tag venus-auth filvenus/venus-auth:$(TAG)