mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-11-05 13:35:15 +00:00
Update the dockerfile
* Allow build on click * expect the dockerfile in subdirectory
This commit is contained in:
parent
a6a8427eed
commit
35221a7495
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -15,6 +15,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '*' # This will run the workflow on any branch
|
||||
workflow_dispatch: # This enables manual triggering
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@ -46,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t ${{ env.IMAGE_NAME }} .
|
||||
docker build -f docker/Dockerfile -t ${{ env.IMAGE_NAME }} .
|
||||
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user