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 8699bc7 commit b1d9ce4Copy full SHA for b1d9ce4
.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'
@@ -76,7 +76,7 @@ jobs:
76
if: always()
77
bump:
78
name: Bump Chart Version
79
80
needs: [release]
81
82
contents: write
0 commit comments