Skip to content

Commit a6eefcd

Browse files
authored
fix release (#86)
1 parent 4c5c599 commit a6eefcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
id: build_release
4242
env:
4343
VERSION: ${{ github.event.release.tag_name }}
44-
DOCKER_REPO: ${GITHUB_ACTOR}
4544
run: |
46-
DOCKER_REPO=${GITHUB_ACTOR} make release
47-
DOCKER_REPO=${GITHUB_ACTOR} make docker-push
45+
make release
46+
make docker-push
4847
4948
- name: Upload crd.yaml to release
5049
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)