Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 443 Bytes

Discover Docker Tags Action

Node based action to discover the tags to be used in an eventual Docker image publish.

Usage

- name: Discover docker tags
  id: discover-docker-tags
  uses: dotcms/discover-docker-tags-action@main
  with:
    version: 21.06.2
    hash: a2b3e56d
    label: lts
    update_stable: true
    also_latest: true

Should return something like [ 21.06.2_lts_a2b3e56d 21.06.2_lts 21.06_lts 21.06 latest ]