Skip to content

Commit

Permalink
Tag Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed May 10, 2024
1 parent f9de3ab commit 457a194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Docker Build-Tag-Push my-app
run: |
mvn spring-boot:build-image -DskipTests
docker tag xds-registry-to-fhir:${{ env.VERSION }} ${{ secrets.DOCKERHUB_USERNAME }}/xds-registry-to-fhir:latest
docker push ${{ secrets.DOCKERHUB_USERNAME }}/xds-registry-to-fhir:latest
docker tag xds-registry-to-fhir:${{ env.VERSION }} ${{ secrets.DOCKERHUB_USERNAME }}/xds-registry-to-fhir:0.1
docker push ${{ secrets.DOCKERHUB_USERNAME }}/xds-registry-to-fhir:0.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.openehealth.app</groupId>
<artifactId>xds-registry-to-fhir</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1</version>
<name>IHE XDS.b Registry to FHIR adapter</name>
<description>IHE XDS.b Registry using a FHIR server as backend</description>
<properties>
Expand Down

0 comments on commit 457a194

Please sign in to comment.