Skip to content

Commit

Permalink
fix: update builder blueprint workflow build aciton image
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Chen committed Jan 7, 2025
1 parent 5a389a0 commit bd1b95e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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:2022_11',
Image: 'CodeCatalystLinux_x86_64:2024_03',
},
});

Expand Down

0 comments on commit bd1b95e

Please sign in to comment.