Skip to content

Commit

Permalink
Lint & Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfitzgerald committed Aug 6, 2020
1 parent 96b5092 commit 94618a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function buildDockerImage(
dockerfile: string,
context: string,
repo: string,
tag: string
tag: string,
): Promise<void> {
await exec('docker', [
'build',
Expand Down Expand Up @@ -61,7 +61,7 @@ async function run(): Promise<void> {
const tags = generateTagListFromVersion(projectVersion)
if (tags.length === 0) {
core.setFailed(
`Unable to generate tags for this revision: ${projectVersion}`
`Unable to generate tags for this revision: ${projectVersion}`,
)
return
}
Expand Down

0 comments on commit 94618a3

Please sign in to comment.