We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a797b commit 3d12311Copy full SHA for 3d12311
1 file changed
action-templates/actions/action-build-image/action.yml
@@ -50,7 +50,7 @@ runs:
50
51
- name: Extract metadata (tags, labels) for Docker
52
id: meta
53
- uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
+ uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
54
with:
55
images: "${{ inputs.registry }}/${{ github.repository }}/${{ inputs.image-name }}"
56
tags: ${{inputs.image-tags}}
0 commit comments