File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,12 @@ jobs:
3434 ghcr_username : ${{ github.repository_owner }}
3535 ghcr_password : ${{ secrets.GITHUB_TOKEN }}
3636 test-target : test
37- # - name: Update deployed image
38- # if: steps.find-tag-names.outputs.latest
39- # uses: metacpan/metacpan-actions/update-deployed-tag:master
40- # with:
41- # token: ${{ steps.app-token.outputs.token }}
42- # app: api
43- # environment: prod
44- # base-tag: ${{ steps.find-tag-names.outputs.latest }}
45- # tag: ${{ steps.find-tag-names.outputs.sha }}
46-
37+ - name : Update deployed image
38+ if : steps.find-tag-names.outputs.latest
39+ uses : metacpan/metacpan-actions/update-deployed-tag:master
40+ with :
41+ token : ${{ steps.app-token.outputs.token }}
42+ app : api
43+ environment : prod
44+ base-tag : ${{ steps.find-tag-names.outputs.latest }}
45+ tag : ${{ steps.find-tag-names.outputs.sha }}
You can’t perform that action at this time.
0 commit comments