Skip to content

Commit

Permalink
👻 fix typo (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Oct 24, 2023
1 parent 2afe39a commit 1c07485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/march-image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build index
run: |
CONTAINER_RUNTIME=podman \
CATALOG_IMG=quay.io/knoveyor/tackle2-operator-index:latest \
CATALOG_IMG=quay.io/konveyor/tackle2-operator-index:latest \
BUNDLE_IMG=quay.io/konveyor/tackle2-operator-bundle:latest \
make catalog-build
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ifeq (,$(shell which opm 2>/dev/null))
@{ \
set -e ;\
mkdir -p $(dir $(OPM)) ;\
curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.23.0/$(OS)-$(ARCH)-opm ;\
curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.30.0/$(OS)-$(ARCH)-opm ;\
chmod +x $(OPM) ;\
}
else
Expand Down

0 comments on commit 1c07485

Please sign in to comment.