Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Raffaele Spazzoli <raffaele.spazzoli@gmail.com>
  • Loading branch information
raffaelespazzoli committed Oct 28, 2020
1 parent 1907a78 commit 1d66361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: build bundle
shell: bash
run: make bundle IMG=quay.io/${GITHUB_ACTOR}/volume-expander-operator:latest VERSION=latest
run: make bundle IMG=quay.io/${GITHUB_ACTOR}/volume-expander-operator:latest

- name: verify bundle
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: build bundle
shell: bash
run: make bundle IMG=quay.io/${{ github.actor }}/volume-expander-operator:${VERSION} VERSION=${VERSION}
run: make bundle IMG=quay.io/${{ github.actor }}/volume-expander-operator:${VERSION}

- name: verify bundle
shell: bash
Expand Down

0 comments on commit 1d66361

Please sign in to comment.