Skip to content

Commit 3b88ea1

Browse files
committed
update docker and action config
1 parent 423f6d9 commit 3b88ea1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Create and publish a Docker image
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: ["main"]
6+
branches:
7+
- 'main'
8+
tags:
9+
- 'v*'
610

711
env:
812
REGISTRY: ghcr.io

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
fhir-service:
5-
image: ghcr.io/d-tree-org/fhir-helper-service:main
5+
image: ghcr.io/d-tree-org/fhir-helper-service:latest
66
ports:
77
- "49100:4040"
88
environment:

0 commit comments

Comments
 (0)