We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423f6d9 commit 3b88ea1Copy full SHA for 3b88ea1
.github/workflows/build.yaml
@@ -1,8 +1,12 @@
1
name: Create and publish a Docker image
2
3
on:
4
+ workflow_dispatch:
5
push:
- branches: ["main"]
6
+ branches:
7
+ - 'main'
8
+ tags:
9
+ - 'v*'
10
11
env:
12
REGISTRY: ghcr.io
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.8'
services:
fhir-service:
- image: ghcr.io/d-tree-org/fhir-helper-service:main
+ image: ghcr.io/d-tree-org/fhir-helper-service:latest
ports:
- "49100:4040"
environment:
0 commit comments