Skip to content

Commit

Permalink
Merge pull request #602 from aws/fixImage
Browse files Browse the repository at this point in the history
fix: update builder blueprint workflow build action image
  • Loading branch information
xiaox-chen authored Jan 7, 2025
2 parents 5a389a0 + bd1b95e commit 1c61488
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 1c61488

Please sign in to comment.