mirror of
https://github.com/docker/login-action.git
synced 2025-07-02 22:04:16 +00:00
chore: setup ownership in backstage
Motivation: All repos needs to have a clear owner
This commit is contained in:
parent
f4ef78c080
commit
fc3605c88a
2 changed files with 37 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue