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 cc985a0 commit 905f0e9Copy full SHA for 905f0e9
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: run the tests
52
run: make test
53
podmanbuild:
54
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
55
# don't run on push, since the "push" job contains the
56
# image build step, so no need to do it twice.
57
if: github.event_name == 'pull_request'
@@ -91,8 +91,7 @@ jobs:
91
run: make CONTAINER_CMD=docker image-build
92
test-kubernetes:
93
#runs-on: ubuntu-latest
94
- # need to explicitly use 20.04 to avoid problems with jq...
95
96
env:
97
CONTAINER_CMD: docker
98
PR_NUM: ${{ github.event.pull_request.number }}
0 commit comments