File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
- name : Publish
55
55
run : dotnet publish 'src/Services/Consultation/Api/MedicalSystem.Services.Consultation.Api.csproj' --configuration Release -o 'publish/app'
56
56
- name : Docker build
57
- run : docker build -f 'src/Services/Consultation/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/consultationservice:1.0.0 .
57
+ run : docker build -f 'src/Services/Consultation/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/consultationservice:1.0.1 .
58
58
- name : Docker push
59
59
run : |
60
60
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/medical-system/consultationservice:1.0.0
61
+ docker push docker.pkg.github.com/arnab-developer/medical-system/consultationservice:1.0.1
62
62
dockerhub-push :
63
63
if : ${{ github.event_name == 'release' }}
64
64
name : Dockerhub push
77
77
- name : Publish
78
78
run : dotnet publish 'src/Services/Consultation/Api/MedicalSystem.Services.Consultation.Api.csproj' --configuration Release -o 'publish/app'
79
79
- name : Docker build
80
- run : docker build -f 'src/Services/Consultation/Api/Dockerfile' -t 45862391/consultationservice:1.0.0 .
80
+ run : docker build -f 'src/Services/Consultation/Api/Dockerfile' -t 45862391/consultationservice:1.0.1 .
81
81
- name : Docker push
82
82
run : |
83
83
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84
- docker push 45862391/consultationservice:1.0.0
84
+ docker push 45862391/consultationservice:1.0.1
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
- name : Publish
55
55
run : dotnet publish 'src/Services/Doctor/Api/MedicalSystem.Services.Doctor.Api.csproj' --configuration Release -o 'publish/app'
56
56
- name : Docker build
57
- run : docker build -f 'src/Services/Doctor/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/doctorservice:1.0.0 .
57
+ run : docker build -f 'src/Services/Doctor/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/doctorservice:1.0.1 .
58
58
- name : Docker push
59
59
run : |
60
60
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/medical-system/doctorservice:1.0.0
61
+ docker push docker.pkg.github.com/arnab-developer/medical-system/doctorservice:1.0.1
62
62
dockerhub-push :
63
63
if : ${{ github.event_name == 'release' }}
64
64
name : Dockerhub push
77
77
- name : Publish
78
78
run : dotnet publish 'src/Services/Doctor/Api/MedicalSystem.Services.Doctor.Api.csproj' --configuration Release -o 'publish/app'
79
79
- name : Docker build
80
- run : docker build -f 'src/Services/Doctor/Api/Dockerfile' -t 45862391/doctorservice:1.0.0 .
80
+ run : docker build -f 'src/Services/Doctor/Api/Dockerfile' -t 45862391/doctorservice:1.0.1 .
81
81
- name : Docker push
82
82
run : |
83
83
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84
- docker push 45862391/doctorservice:1.0.0
84
+ docker push 45862391/doctorservice:1.0.1
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
- name : Publish
55
55
run : dotnet publish 'src/Services/Patient/Api/MedicalSystem.Services.Patient.Api.csproj' --configuration Release -o 'publish/app'
56
56
- name : Docker build
57
- run : docker build -f 'src/Services/Patient/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/patientservice:1.0.0 .
57
+ run : docker build -f 'src/Services/Patient/Api/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/patientservice:1.0.1 .
58
58
- name : Docker push
59
59
run : |
60
60
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/medical-system/patientservice:1.0.0
61
+ docker push docker.pkg.github.com/arnab-developer/medical-system/patientservice:1.0.1
62
62
dockerhub-push :
63
63
if : ${{ github.event_name == 'release' }}
64
64
name : Dockerhub push
77
77
- name : Publish
78
78
run : dotnet publish 'src/Services/Patient/Api/MedicalSystem.Services.Patient.Api.csproj' --configuration Release -o 'publish/app'
79
79
- name : Docker build
80
- run : docker build -f 'src/Services/Patient/Api/Dockerfile' -t 45862391/patientservice:1.0.0 .
80
+ run : docker build -f 'src/Services/Patient/Api/Dockerfile' -t 45862391/patientservice:1.0.1 .
81
81
- name : Docker push
82
82
run : |
83
83
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84
- docker push 45862391/patientservice:1.0.0
84
+ docker push 45862391/patientservice:1.0.1
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
- name : Publish
55
55
run : dotnet publish 'src/Gateways/WebGateway/MedicalSystem.Gateways.WebGateway.csproj' --configuration Release -o 'publish/app'
56
56
- name : Docker build
57
- run : docker build -f 'src/Gateways/WebGateway/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/webgateway:1.0.0 .
57
+ run : docker build -f 'src/Gateways/WebGateway/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/webgateway:1.0.1 .
58
58
- name : Docker push
59
59
run : |
60
60
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/medical-system/webgateway:1.0.0
61
+ docker push docker.pkg.github.com/arnab-developer/medical-system/webgateway:1.0.1
62
62
dockerhub-push :
63
63
if : ${{ github.event_name == 'release' }}
64
64
name : Dockerhub push
77
77
- name : Publish
78
78
run : dotnet publish 'src/Gateways/WebGateway/MedicalSystem.Gateways.WebGateway.csproj' --configuration Release -o 'publish/app'
79
79
- name : Docker build
80
- run : docker build -f 'src/Gateways/WebGateway/Dockerfile' -t 45862391/webgateway:1.0.0 .
80
+ run : docker build -f 'src/Gateways/WebGateway/Dockerfile' -t 45862391/webgateway:1.0.1 .
81
81
- name : Docker push
82
82
run : |
83
83
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84
- docker push 45862391/webgateway:1.0.0
84
+ docker push 45862391/webgateway:1.0.1
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
- name : Publish
55
55
run : dotnet publish 'src/FrontEnds/WebMvc/MedicalSystem.FrontEnds.WebMvc.csproj' --configuration Release -o 'publish/app'
56
56
- name : Docker build
57
- run : docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/webmvc:1.0.0 .
57
+ run : docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t docker.pkg.github.com/arnab-developer/medical-system/webmvc:1.0.1 .
58
58
- name : Docker push
59
59
run : |
60
60
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/medical-system/webmvc:1.0.0
61
+ docker push docker.pkg.github.com/arnab-developer/medical-system/webmvc:1.0.1
62
62
dockerhub-push :
63
63
if : ${{ github.event_name == 'release' }}
64
64
name : Dockerhub push
77
77
- name : Publish
78
78
run : dotnet publish 'src/FrontEnds/WebMvc/MedicalSystem.FrontEnds.WebMvc.csproj' --configuration Release -o 'publish/app'
79
79
- name : Docker build
80
- run : docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t 45862391/webmvc:1.0.0 .
80
+ run : docker build -f 'src/FrontEnds/WebMvc/Dockerfile' -t 45862391/webmvc:1.0.1 .
81
81
- name : Docker push
82
82
run : |
83
83
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84
- docker push 45862391/webmvc:1.0.0
84
+ docker push 45862391/webmvc:1.0.1
You can’t perform that action at this time.
0 commit comments