File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,16 @@ updates:
2525 - berviantoleo
2626 assignees :
2727 - berviantoleo
28+ - package-ecosystem : docker
29+ directory : " /"
30+ schedule :
31+ interval : weekly
32+ day : saturday
33+ time : " 08:00"
34+ timezone : Asia/Jakarta
35+ open-pull-requests-limit : 100
36+ reviewers :
37+ - berviantoleo
38+ assignees :
39+ - berviantoleo
40+
Original file line number Diff line number Diff line change 99jobs :
1010 analyze :
1111 name : Analyze
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 permissions :
1414 actions : read
1515 contents : read
Original file line number Diff line number Diff line change 1010 IMAGE_NAME : spms
1111jobs :
1212 build :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 services :
1515 mongodb :
16- image : mongo
16+ image : mongo:8
1717 ports :
1818 - 27017:27017
1919 steps :
5353 run : dotnet publish SimplePasswordManagerService --os linux --arch x64 /t:PublishContainer -c Release
5454 docker-push-api :
5555 needs : build
56- runs-on : ubuntu-22 .04
56+ runs-on : ubuntu-24 .04
5757 if : github.event_name == 'push'
5858 steps :
5959 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variables:
88- group : ' AWS'
99
1010pool :
11- vmImage : ubuntu-22 .04
11+ vmImage : ubuntu-24 .04
1212
1313parameters :
1414 - name : awsCredentials
You can’t perform that action at this time.
0 commit comments