No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| action.yml | ||
| main.sh | ||
| Readme.md | ||
Docker metadata
!WARNING! only works with semver tags.
Use to not run something witout semver:
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
The goal is to create a action based on docker and sh, similar to docker/metadata-action.
This is a simplified version that will use semver and settins from the workflow.