Skip to content

Commit

Permalink
Merge pull request #339 from backplane/docker-build-updates
Browse files Browse the repository at this point in the history
remove scheduled build
  • Loading branch information
actualben authored Nov 23, 2023
2 parents eecc58f + 71e9982 commit eebe99e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ on:
branches: [main]
tags: [v*.*.*]
pull_request:
schedule:
- cron: 16 9 * * *

env:
PLATFORMS: linux/amd64,linux/arm64

jobs:
build-push:
if: github.event_name == 'push' || github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit eebe99e

Please sign in to comment.