Skip to content

Commit

Permalink
create catalog repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Sep 30, 2023
1 parent 6f2d3fe commit 97bba52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:v0.1.0
tags: ghcr.io/${{ github.repository }}-catalog:latest
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion catalog-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: openshift-marketplace
spec:
displayName: SnappCloud-Hub
image: ghcr.io/snapp-incubator/snappcloud-hub:v0.1.0
image: ghcr.io/snapp-incubator/snappcloud-hub-catalog:latest
sourceType: grpc
grpcPodConfig:
securityContextConfig: restricted

0 comments on commit 97bba52

Please sign in to comment.