Skip to content

Commit

Permalink
fix: builder blueprint workflow build aciton image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDing1 committed Jul 6, 2024
1 parent 97f304f commit 119443e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export function buildReleaseWorkflow(workflow: WorkflowBuilder, options?: { incl
],
},
steps: ["if $IS_RELEASE_COMMIT; then echo 'This is a release commit, skipping'; else chmod +x release.sh && ./release.sh; fi"],
container: {
Registry: 'CODECATALYST',
Image: 'CodeCatalystLinux_x86_64:2024_03',
},
});

if (publishingEnabled) {
Expand Down

0 comments on commit 119443e

Please sign in to comment.