We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fab7dbc + 2087a8e commit ed22851Copy full SHA for ed22851
1 file changed
.github/workflows/push-docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
# Extract metadata (tags, labels) for Docker
26
- name: Extract metadata for Docker
27
id: meta
28
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v5
29
with:
30
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
31
0 commit comments