We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c5e3e commit 9937e18Copy full SHA for 9937e18
.github/workflows/test-podman.yaml
@@ -43,6 +43,8 @@ jobs:
43
RH_REG_USR: ${{ secrets.REGISTRY_REDHAT_IO_USERNAME }}
44
RH_REG_PWD: ${{ secrets.REGISTRY_REDHAT_IO_PASSWORD }}
45
run: ./hack/install-pull-secrets.sh
46
+ - name: Install Tekton
47
+ run: ./hack/install-tekton.sh
48
- name: Integration Test Podman
49
env:
50
FUNC_REPO_REF: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments