No description
Find a file
esh4d0w ba32d46cc0
All checks were successful
/ debug (push) Successful in 15s
Run Tests with main branch
2025-12-19 21:10:27 +01:00
.forgejo/workflows Run Tests with main branch 2025-12-19 21:10:27 +01:00
action.yml Initial commit 2025-12-19 21:09:38 +01:00
main.sh Initial commit 2025-12-19 21:09:38 +01:00
Readme.md Initial commit 2025-12-19 21:09:38 +01:00

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.