From 66034d7ac75e50d5b614aa9a52e7b2fc7bb6262f Mon Sep 17 00:00:00 2001 From: BT Date: Tue, 7 Jul 2020 17:55:22 +0700 Subject: [PATCH] Change branch build --- .github/workflows/on-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index aa995c1..c845728 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -47,7 +47,7 @@ jobs: --cache-from "type=local,src=/tmp/.buildx-cache" \ --cache-to "type=local,dest=/tmp/.buildx-cache" \ --platform linux/amd64,linux/arm64,linux/arm/v7 \ - --tag ${{ secrets.DOCKER_HUB_USER }}/neutrino-switcher:$BRANCH \ + --tag ${{ secrets.DOCKER_HUB_USER }}/neutrino-switcher:branch-$BRANCH \ --output "type=registry" . - name: build neutrino-switcher against latest (neutrino-switcher)