File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6767 version : latest
6868 publish :
6969 name : Build and push Agent container
70- runs-on : ubuntu-20 .04
70+ runs-on : ubuntu-22 .04
7171 needs :
7272 - prepare
7373 - test
Original file line number Diff line number Diff line change 2727
2828 publish-harness-base :
2929 name : Build and push harness base container
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-22 .04
3131# needs: [test]
3232 permissions :
3333 contents : ' read'
9393
9494 publish-harness-terraform :
9595 name : Build and push harness terraform container
96- runs-on : ubuntu-20 .04
96+ runs-on : ubuntu-22 .04
9797 needs : [publish-harness-base]
9898 env :
9999 TERRAFORM_VERSION : 1.8.2
@@ -175,7 +175,7 @@ jobs:
175175
176176 publish-harness-ansible :
177177 name : Build and push harness ansible container
178- runs-on : ubuntu-20 .04
178+ runs-on : ubuntu-22 .04
179179 needs : [publish-harness-base]
180180 strategy :
181181 matrix :
Original file line number Diff line number Diff line change 2222 - run : PATH=$PATH:$GOPATH/bin make test
2323 publish-docker :
2424 name : Build and push agent container
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 needs : [test]
2727 permissions :
2828 contents : ' read'
8282 if : always()
8383 bump :
8484 name : Bump Chart Version
85- runs-on : ubuntu-20 .04
85+ runs-on : ubuntu-22 .04
8686 needs : [publish-docker]
8787 permissions :
8888 contents : write
You can’t perform that action at this time.
0 commit comments