diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 816a802..18650b4 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -1,6 +1,9 @@ name: Build Bredbandskollen's CLI docker image on: + workflow_dispatch: + schedule: + - cron: "0 5 * * */7" push: branches: master @@ -32,4 +35,4 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build image - run: build/bin/build \ No newline at end of file + run: build/bin/build