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 eac358a commit 38d026bCopy full SHA for 38d026b
.github/workflows/build-container.yml
@@ -73,7 +73,7 @@ jobs:
73
annotations: ${{ steps.meta.outputs.annotations }}
74
- name: Find tag names
75
id: find-tag-names
76
- run:
+ run: |
77
echo "${{ steps.meta.outputs.json }}" | jq -r '.tags | reverse | map ( { (split(":").[-1]) : . }) | add | keys[] as $k | "\($k)=\(.[$k])"' >> "$GITHUB_OUTPUT"
78
- name: Update deployed image
79
if: steps.find-tag-names.outputs.latest
0 commit comments