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 4f0b5e6 commit 873ddb8Copy full SHA for 873ddb8
1 file changed
action-templates/actions/action-build-image/action.yml
@@ -51,7 +51,7 @@ runs:
51
password: ${{ inputs.registry-password }}
52
- name: Extract metadata (tags, labels) for Docker
53
id: meta
54
- uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
+ uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
55
with:
56
images: "${{ inputs.registry }}/${{ github.repository }}/${{ inputs.image-name }}"
57
tags: ${{inputs.image-tags}}
0 commit comments