Skip to content

Commit 5691cb1

Browse files
committed
gha: another docker build output fix
1 parent 10841ef commit 5691cb1

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
@@ -34,7 +34,7 @@ jobs:
3434
ghcr_username: ${{ github.repository_owner }}
3535
ghcr_password: ${{ secrets.GITHUB_TOKEN }}
3636
- name: Update deployed image
37-
if: steps.find-tag-names.outputs.latest
37+
if: ${{ fromJSON(steps.build-push.outputs.tag-fq).latest }}
3838
uses: metacpan/metacpan-actions/update-deployed-tag@master
3939
with:
4040
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)