We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fd0f8 commit 54f7b42Copy full SHA for 54f7b42
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
# Image metadata for https://artifacthub.io/ - This is optional but is highly recommended so we all can get a index of all the custom images
53
# The metadata by itself is not going to do anything, you choose if you want your image to be on ArtifactHub or not.
54
- name: Image Metadata
55
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
+ uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
56
id: metadata
57
with:
58
tags: |
0 commit comments