Skip to content

Commit 00a7549

Browse files
Update version
1 parent 95480d4 commit 00a7549

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/consultation-service-ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Publish
5555
run: dotnet publish 'src/Services/Consultation/Api/MedicalSystem.Services.Consultation.Api.csproj' --configuration Release -o 'publish/app'
5656
- name: Docker build
57-
run: docker build -f 'src/Services/Consultation/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/consultationservice:1.0.1 .
57+
run: docker build -f 'src/Services/Consultation/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/consultationservice:1.0.2 .
5858
- name: Docker push
5959
run: |
6060
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
61-
docker push docker.pkg.github.com/arnab-developer/medicalsystem/consultationservice:1.0.1
61+
docker push docker.pkg.github.com/arnab-developer/medicalsystem/consultationservice:1.0.2
6262
dockerhub-push:
6363
if: ${{ github.event_name == 'release' }}
6464
name: Dockerhub push
@@ -77,8 +77,8 @@ jobs:
7777
- name: Publish
7878
run: dotnet publish 'src/Services/Consultation/Api/MedicalSystem.Services.Consultation.Api.csproj' --configuration Release -o 'publish/app'
7979
- name: Docker build
80-
run: docker build -f 'src/Services/Consultation/Api/Dockerfile' -t 45862391/consultationservice:1.0.1 .
80+
run: docker build -f 'src/Services/Consultation/Api/Dockerfile' -t 45862391/consultationservice:1.0.2 .
8181
- name: Docker push
8282
run: |
8383
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84-
docker push 45862391/consultationservice:1.0.1
84+
docker push 45862391/consultationservice:1.0.2

.github/workflows/doctor-service-ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Publish
5555
run: dotnet publish 'src/Services/Doctor/Api/MedicalSystem.Services.Doctor.Api.csproj' --configuration Release -o 'publish/app'
5656
- name: Docker build
57-
run: docker build -f 'src/Services/Doctor/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/doctorservice:1.0.1 .
57+
run: docker build -f 'src/Services/Doctor/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/doctorservice:1.0.2 .
5858
- name: Docker push
5959
run: |
6060
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
61-
docker push docker.pkg.github.com/arnab-developer/medicalsystem/doctorservice:1.0.1
61+
docker push docker.pkg.github.com/arnab-developer/medicalsystem/doctorservice:1.0.2
6262
dockerhub-push:
6363
if: ${{ github.event_name == 'release' }}
6464
name: Dockerhub push
@@ -77,8 +77,8 @@ jobs:
7777
- name: Publish
7878
run: dotnet publish 'src/Services/Doctor/Api/MedicalSystem.Services.Doctor.Api.csproj' --configuration Release -o 'publish/app'
7979
- name: Docker build
80-
run: docker build -f 'src/Services/Doctor/Api/Dockerfile' -t 45862391/doctorservice:1.0.1 .
80+
run: docker build -f 'src/Services/Doctor/Api/Dockerfile' -t 45862391/doctorservice:1.0.2 .
8181
- name: Docker push
8282
run: |
8383
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84-
docker push 45862391/doctorservice:1.0.1
84+
docker push 45862391/doctorservice:1.0.2

.github/workflows/patient-service-ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Publish
5555
run: dotnet publish 'src/Services/Patient/Api/MedicalSystem.Services.Patient.Api.csproj' --configuration Release -o 'publish/app'
5656
- name: Docker build
57-
run: docker build -f 'src/Services/Patient/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/patientservice:1.0.1 .
57+
run: docker build -f 'src/Services/Patient/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/patientservice:1.0.2 .
5858
- name: Docker push
5959
run: |
6060
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
61-
docker push docker.pkg.github.com/arnab-developer/medicalsystem/patientservice:1.0.1
61+
docker push docker.pkg.github.com/arnab-developer/medicalsystem/patientservice:1.0.2
6262
dockerhub-push:
6363
if: ${{ github.event_name == 'release' }}
6464
name: Dockerhub push
@@ -77,8 +77,8 @@ jobs:
7777
- name: Publish
7878
run: dotnet publish 'src/Services/Patient/Api/MedicalSystem.Services.Patient.Api.csproj' --configuration Release -o 'publish/app'
7979
- name: Docker build
80-
run: docker build -f 'src/Services/Patient/Api/Dockerfile' -t 45862391/patientservice:1.0.1 .
80+
run: docker build -f 'src/Services/Patient/Api/Dockerfile' -t 45862391/patientservice:1.0.2 .
8181
- name: Docker push
8282
run: |
8383
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84-
docker push 45862391/patientservice:1.0.1
84+
docker push 45862391/patientservice:1.0.2

.github/workflows/web-gateway-ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Publish
5555
run: dotnet publish 'src/Gateways/WebGateway/MedicalSystem.Gateways.WebGateway.csproj' --configuration Release -o 'publish/app'
5656
- name: Docker build
57-
run: docker build -f 'src/Gateways/WebGateway/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/webgateway:1.0.1 .
57+
run: docker build -f 'src/Gateways/WebGateway/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/webgateway:1.0.2 .
5858
- name: Docker push
5959
run: |
6060
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
61-
docker push docker.pkg.github.com/arnab-developer/medicalsystem/webgateway:1.0.1
61+
docker push docker.pkg.github.com/arnab-developer/medicalsystem/webgateway:1.0.2
6262
dockerhub-push:
6363
if: ${{ github.event_name == 'release' }}
6464
name: Dockerhub push
@@ -77,8 +77,8 @@ jobs:
7777
- name: Publish
7878
run: dotnet publish 'src/Gateways/WebGateway/MedicalSystem.Gateways.WebGateway.csproj' --configuration Release -o 'publish/app'
7979
- name: Docker build
80-
run: docker build -f 'src/Gateways/WebGateway/Dockerfile' -t 45862391/webgateway:1.0.1 .
80+
run: docker build -f 'src/Gateways/WebGateway/Dockerfile' -t 45862391/webgateway:1.0.2 .
8181
- name: Docker push
8282
run: |
8383
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84-
docker push 45862391/webgateway:1.0.1
84+
docker push 45862391/webgateway:1.0.2

.github/workflows/web-mvc-ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Publish
5555
run: dotnet publish 'src/FrontEnds/WebMvc/MedicalSystem.FrontEnds.WebMvc.csproj' --configuration Release -o 'publish/app'
5656
- name: Docker build
57-
run: docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/webmvc:1.0.1 .
57+
run: docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t docker.pkg.github.com/arnab-developer/medicalsystem/webmvc:1.0.2 .
5858
- name: Docker push
5959
run: |
6060
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
61-
docker push docker.pkg.github.com/arnab-developer/medicalsystem/webmvc:1.0.1
61+
docker push docker.pkg.github.com/arnab-developer/medicalsystem/webmvc:1.0.2
6262
dockerhub-push:
6363
if: ${{ github.event_name == 'release' }}
6464
name: Dockerhub push
@@ -77,8 +77,8 @@ jobs:
7777
- name: Publish
7878
run: dotnet publish 'src/FrontEnds/WebMvc/MedicalSystem.FrontEnds.WebMvc.csproj' --configuration Release -o 'publish/app'
7979
- name: Docker build
80-
run: docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t 45862391/webmvc:1.0.1 .
80+
run: docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t 45862391/webmvc:1.0.2 .
8181
- name: Docker push
8282
run: |
8383
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84-
docker push 45862391/webmvc:1.0.1
84+
docker push 45862391/webmvc:1.0.2

0 commit comments

Comments
 (0)