Merge pull request #857 from b-ehlers/dockerbuild

Docker build: Run push action only on changes within docker directory
This commit is contained in:
Jeremy Grossmann 2024-02-07 12:48:32 +11:00 committed by GitHub
commit 7fa78e156a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,12 @@
name: Build and upload Docker images name: Build Docker images
on: on:
push: push:
branches: branches:
- main - main
- master - master
paths:
- 'docker/**'
schedule: schedule:
- cron: '37 7 * * 3' - cron: '37 7 * * 3'
workflow_dispatch: workflow_dispatch: