Skip to content

Commit

Permalink
Merge pull request #592 from KevinDing1/main
Browse files Browse the repository at this point in the history
fix: builder blueprint workflow build aciton image issue
  • Loading branch information
KevinDing1 authored Jul 6, 2024
2 parents 97f304f + 119443e commit 86e1d8b
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 86e1d8b

Please sign in to comment.