Enable re-build on Dockerfile changes
This commit is contained in:
1
.github/workflows/publish-docker.yml
vendored
1
.github/workflows/publish-docker.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
tags: ['v[0-9].[0-9]+.[0-9]+']
|
tags: ['v[0-9].[0-9]+.[0-9]+']
|
||||||
paths:
|
paths:
|
||||||
- 'templates.json'
|
- 'templates.json'
|
||||||
|
- 'Dockerfile'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DH_IMAGE: ${{ secrets.DOCKER_REPO || github.event.repository.name }}
|
DH_IMAGE: ${{ secrets.DOCKER_REPO || github.event.repository.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user