Enable re-build on Dockerfile changes

This commit is contained in:
Alicia Sykes
2023-04-23 22:33:51 +01:00
committed by GitHub
parent 11ec48de38
commit 504f2dbf6a

View File

@@ -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 }}