From 18e2c4e411164739c990327ce47be96907cc6aaf Mon Sep 17 00:00:00 2001 From: Andrey Melnikov Date: Mon, 25 May 2020 09:55:05 -0700 Subject: [PATCH] update: removed snapshot from develop branch for GithubActions --- .github/workflows/push_develop_branch.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push_develop_branch.yaml b/.github/workflows/push_develop_branch.yaml index 1a4c314..d13fe9b 100644 --- a/.github/workflows/push_develop_branch.yaml +++ b/.github/workflows/push_develop_branch.yaml @@ -13,5 +13,4 @@ jobs: with: name: onepanel/core username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_TOKEN }} - snapshot: true \ No newline at end of file + password: ${{ secrets.DOCKER_HUB_TOKEN }} \ No newline at end of file