diff --git a/.github/workflows/push_master.yaml b/.github/workflows/push_master.yaml index 9d4e77a..46b68a3 100644 --- a/.github/workflows/push_master.yaml +++ b/.github/workflows/push_master.yaml @@ -13,4 +13,5 @@ jobs: with: name: onepanel/core username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_TOKEN }} \ No newline at end of file + password: ${{ secrets.DOCKER_HUB_TOKEN }} + snapshot: true \ No newline at end of file