mirror of
https://github.com/RetroDECK/retrodeck-builder.git
synced 2024-11-21 13:45:38 +00:00
Triggering even if the worlfow is edited
This commit is contained in:
parent
1532561b56
commit
2de929dcd0
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- "Dockerfile" # Trigger only when the Dockerfile is modified
|
||||
- ".github/workflows/docker.yml"
|
||||
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/retrodeck-builder:${{ github.sha }} # Image name with SHA tag
|
||||
|
|
Loading…
Reference in a new issue