diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 6dddf8873..049ea3caa 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -2,9 +2,12 @@ name: Build and upload Docker on: push: - branches: - - whaleridgefindr-build - + branches: + - main + tags: + - v* + schedule: + - cron: '0 0 * * *' # Every day at midnight jobs: devops: @@ -21,7 +24,7 @@ jobs: - uses: actions/checkout@v2 if: github.event_name == 'schedule' with: - ref: whaleridgefindr-build + ref: main - uses: actions/checkout@v2 if: github.event_name != 'schedule'