Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 27, 2024
1 parent ff61e44 commit cd2df5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
repo: context.repo.repo,
tag: `v${VERSION}`,
}).then(function(result) {
core.info(JSON.stringify(result))
core.info(`Release ${result.data.name} found`)
return result.data.name
}).catch(function(error) {
Expand Down

0 comments on commit cd2df5f

Please sign in to comment.