diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f6c23c4..f84103e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 314b5fe..c67486f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.openehealth.app xds-registry-to-fhir - 0.0.1-SNAPSHOT + 0.1 IHE XDS.b Registry to FHIR adapter IHE XDS.b Registry using a FHIR server as backend