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