mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🐳 Only re-release Docker image when src changes
This commit is contained in:
parent
7b39bde573
commit
064c64465e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-build-publish.yml
vendored
5
.github/workflows/docker-build-publish.yml
vendored
|
|
@ -6,6 +6,11 @@ on:
|
|||
push:
|
||||
branches: ['master']
|
||||
tags: [v*]
|
||||
paths:
|
||||
- '**.js'
|
||||
- 'src/**'
|
||||
- 'public/**'
|
||||
- 'services/**'
|
||||
|
||||
env:
|
||||
DH_IMAGE: ${{ secrets.DOCKER_REPO }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue