From cedbda7b6a2188ad17aa7192a0ad99b5cb00ebb5 Mon Sep 17 00:00:00 2001 From: MJ Date: Tue, 22 Jun 2021 13:58:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20build=5Fand=5Fdepl?= =?UTF-8?q?oy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 6783e53..35cc85c 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -35,7 +35,7 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - repository: ${{ DOCKER_HUB_REPOSITORY }} + repository: ${{ env.DOCKER_HUB_REPOSITORY }} tags: latest tag_with_ref: true dockerfile: ./build/package/Dockerfile