Skip to content

Commit

Permalink
docker build branch fix
Browse files Browse the repository at this point in the history
docker build branch fix
  • Loading branch information
tsubramanian authored Sep 1, 2023
1 parent 24ca645 commit 4a39a3a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 4a39a3a

Please sign in to comment.