metadata-action icon indicating copy to clipboard operation
metadata-action copied to clipboard

GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker

Results 45 metadata-action issues
Sort by recently updated
recently updated
newest added

I would like to trigger the builds manually using workflow_dispatch event. Example: **on: workflow_dispatch:** want to know whether **workflow_dispatch** is supported? Because under usage it doesn't list workflow_dispatch event (manual...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

bot
dependencies

Thank you for providing a very useful action. I would like to see additional documentation about the `priority` attribute. The documentation that I can find on `priority` consists of: `priority=`...

documentation

Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 5.1.0 to 5.3.0. Changelog Sourced from csv-parse's changelog. 5.3.0 (2022-07-10) Features ts module Node16 and type declaration to exports field (#341) (4b0283d) 5.2.2 (2022-07-01) Bug Fixes csv-parse:...

bot
dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...

bot
dependencies

For integration with other tools (such as [JIB](https://github.com/GoogleContainerTools/jib)) I would like access to the bare tag names (without the image name prepended), so that I can use this action even...

feature request

I want to tag images with number of revs counted by command `git rev-list HEAD --count`. Could you add a new expression?

kind/enhancement

### Behaviour Hey folks, similar to https://github.com/docker/metadata-action/issues/191 a bit, when running a workflow on a PR event, the `{{ sha }}` refers to the temporary merge commit to the target...

investigate

### Behaviour #### Steps to reproduce this issue 1. pass version which is a not valid semver.org version 2. the action will warn you will message like `Warning: v1.5.15pre1 is...

### Behaviour My context is kind of mono repository that each project has itself life-cycle. Currently, I separate GitHub release tag as: `project/semver` #### Steps to reproduce this issue 1....

kind/enhancement