Skip to content

Commit 3adcfb9

Browse files
Merge pull request #35 from pluralsh/fix-gh-action
Fix gh action
2 parents 7cf66cc + e301468 commit 3adcfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: PATH=$PATH:$GOPATH/bin make test
2020
publish-docker:
2121
name: Build and push agent container
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
needs: [test]
2424
permissions:
2525
contents: 'read'

0 commit comments

Comments
 (0)