Skip to content

Instantly share code, notes, and snippets.

@dimaqq
Created May 24, 2022 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimaqq/031dabb0d1d9335ffbdd0533e3f84f48 to your computer and use it in GitHub Desktop.
Save dimaqq/031dabb0d1d9335ffbdd0533e3f84f48 to your computer and use it in GitHub Desktop.
name: "Docker Tag"
description: "Computes docker tag for this branch (latest,release,etc.)"
outputs:
tag:
description: "Docker tag for this branch"
runs:
using: "node16"
main: "main.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment