mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-24 05:56:49 +03:00
🐳 Only re-release Docker image when src changes
This commit is contained in:
parent
7b39bde573
commit
064c64465e
5
.github/workflows/docker-build-publish.yml
vendored
5
.github/workflows/docker-build-publish.yml
vendored
@ -6,6 +6,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
tags: [v*]
|
tags: [v*]
|
||||||
|
paths:
|
||||||
|
- '**.js'
|
||||||
|
- 'src/**'
|
||||||
|
- 'public/**'
|
||||||
|
- 'services/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DH_IMAGE: ${{ secrets.DOCKER_REPO }}
|
DH_IMAGE: ${{ secrets.DOCKER_REPO }}
|
||||||
|
Loading…
Reference in New Issue
Block a user