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 22, 2024
1 parent a159bd3 commit 5765cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
tag: `v${VERSION}`,
}).catch(function(error) {
if (error.status === 404) {
core.info(`Release v${VERSION} not found`)
} else {
core.info(`Release v${VERSION} not found`)
} else {
throw error
}
})
Expand Down

0 comments on commit 5765cd7

Please sign in to comment.