Skip to content

Commit 38d026b

Browse files
committed
gh actions syntax fix
1 parent eac358a commit 38d026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
annotations: ${{ steps.meta.outputs.annotations }}
7474
- name: Find tag names
7575
id: find-tag-names
76-
run:
76+
run: |
7777
echo "${{ steps.meta.outputs.json }}" | jq -r '.tags | reverse | map ( { (split(":").[-1]) : . }) | add | keys[] as $k | "\($k)=\(.[$k])"' >> "$GITHUB_OUTPUT"
7878
- name: Update deployed image
7979
if: steps.find-tag-names.outputs.latest

0 commit comments

Comments
 (0)