We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fd70a commit a495b95Copy full SHA for a495b95
.github/workflows/deploy-main.yml
@@ -53,7 +53,7 @@ jobs:
53
# ─────────────────────────────────────────────────────────────
54
- name: Extract image metadata
55
id: meta
56
- uses: docker/metadata-action@v5.5.1
+ uses: docker/metadata-action@v5.7.0
57
with:
58
images: ${{ steps.vars.outputs.IMAGE_NAME_MAIN }}
59
tags: |
.github/workflows/deploy-preview.yml
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
images: ${{ steps.vars.outputs.IMAGE_NAME_PREVIEW }}
85
0 commit comments