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 4c5c599 commit a6eefcdCopy full SHA for a6eefcd
.github/workflows/release.yml
@@ -41,10 +41,9 @@ jobs:
41
id: build_release
42
env:
43
VERSION: ${{ github.event.release.tag_name }}
44
- DOCKER_REPO: ${GITHUB_ACTOR}
45
run: |
46
- DOCKER_REPO=${GITHUB_ACTOR} make release
47
- DOCKER_REPO=${GITHUB_ACTOR} make docker-push
+ make release
+ make docker-push
48
49
- name: Upload crd.yaml to release
50
uses: svenstaro/upload-release-action@v2
0 commit comments