You've already forked docker-login
mirror of
https://gitea.com/docker/login-action.git
synced 2025-12-19 11:58:29 +00:00
chore: setup ownership in backstage
Motivation: All repos needs to have a clear owner
This commit is contained in:
16
catalog-info.yml
Normal file
16
catalog-info.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: login-action
|
||||
description: |
|
||||
GitHub Action to login against a Docker registry
|
||||
annotations:
|
||||
github.com/project-slug: Tradeshift/login-action
|
||||
tags:
|
||||
- github-action
|
||||
- nodejs
|
||||
- fork
|
||||
spec:
|
||||
type: library
|
||||
owner: sre
|
||||
lifecycle: production
|
||||
Reference in New Issue
Block a user