We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa99ad commit 00b3addCopy full SHA for 00b3add
.github/workflows/ci.yaml
@@ -67,7 +67,7 @@ jobs:
67
version: latest
68
publish:
69
name: Build and push Agent container
70
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
71
needs:
72
- prepare
73
- test
.github/workflows/publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
- run: PATH=$PATH:$GOPATH/bin make test
23
publish-docker:
24
name: Build and push agent container
25
26
needs: [test]
27
permissions:
28
contents: 'read'
@@ -82,7 +82,7 @@ jobs:
82
if: always()
83
bump:
84
name: Bump Chart Version
85
86
needs: [publish-docker]
87
88
contents: write
0 commit comments