Docker build: Run push action only on changes within docker directory

This commit is contained in:
Bernhard Ehlers 2024-02-06 13:52:43 +01:00
parent dff29d1b0b
commit 0f4a9586dd
No known key found for this signature in database

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: