workflow
This commit is contained in:
parent
79995dce0a
commit
f95d760317
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- version.txt # Trigger workflow only when version.txt changes
|
- ./alaskarfin/version.txt # Trigger workflow only when version.txt changes
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
Loading…
Reference in a new issue