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 10841ef commit 5691cb1Copy full SHA for 5691cb1
.github/workflows/build-container.yml
@@ -34,7 +34,7 @@ jobs:
34
ghcr_username: ${{ github.repository_owner }}
35
ghcr_password: ${{ secrets.GITHUB_TOKEN }}
36
- name: Update deployed image
37
- if: steps.find-tag-names.outputs.latest
+ if: ${{ fromJSON(steps.build-push.outputs.tag-fq).latest }}
38
uses: metacpan/metacpan-actions/update-deployed-tag@master
39
with:
40
token: ${{ steps.app-token.outputs.token }}
0 commit comments