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 2a08cf6 commit a751e44Copy full SHA for a751e44
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
37
with:
38
- source_folder: './catalog/'
+ source_folder: './catalog/*'
39
destination_repo: 'grokspawn/cool-catalog'
40
destination_folder: './catalog/'
41
destination_head_branch: cool-catalog-contributor-${{ github.actor }}
Makefile
@@ -1,5 +1,4 @@
1
2
-
3
OPERATOR_NAME = etcd
4
VERSION ?= "latest"
5
INDEX_IMAGE = "quay.io/joelanford/example-operator-index:$(VERSION)"
0 commit comments