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 e4b5a83 commit 1b889c5Copy full SHA for 1b889c5
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@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
+ uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
55
with:
56
images: "${{ inputs.registry }}/${{ github.repository }}/${{ inputs.image-name }}"
57
tags: ${{inputs.image-tags}}
0 commit comments