19 lines
384 B
YAML
19 lines
384 B
YAML
|
name: Retag Nix Docker Images With Metadata
|
||
|
description:
|
||
|
Retag docker images generated with nix with the output bakefile from
|
||
|
docker/metadata-action
|
||
|
author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||
|
|
||
|
branding:
|
||
|
icon: heart
|
||
|
color: blue
|
||
|
|
||
|
runs:
|
||
|
using: node20
|
||
|
main: dist/index.js
|
||
|
|
||
|
inputs:
|
||
|
bakefile:
|
||
|
description: 'Bakefile from docker/metadata-action'
|
||
|
required: true
|