You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the list of labels is long, it's not very easy to manage them in a single line and comma separation.
Many actions support lists of items like this:
-
name: Docker metaid: metauses: docker/metadata-action@v4with:
# list of Docker images to use as base name for tagsimages: | name/app ghcr.io/username/app# generate Docker tags based on the following events/attributestags: | type=schedule type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} type=sha
Adding support for labels like these would be nice. Thanks!
The text was updated successfully, but these errors were encountered:
When the list of labels is long, it's not very easy to manage them in a single line and comma separation.
Many actions support lists of items like this:
Adding support for labels like these would be nice. Thanks!
The text was updated successfully, but these errors were encountered: