Skip to content

Releases: neovasili/aws-codebuild

v1.1.1

20 Jun 11:32
Compare
Choose a tag to compare

Fixes:

  • [#5] [ssm-service] Fix image URI composition

Pre-built docker image

20 Jun 11:06
a184b28
Compare
Choose a tag to compare

This release changes action to avoid build docker image on each execution, instead it will pull a pre-built version of it.

Documentation and proper setup

19 Jun 13:04
6875b83
Compare
Choose a tag to compare

Proper documentation and setup has been added to the project as a solid base for the evolution of the GitHub action.

Features are properly explained in the docs, but we list them here. Main features:

  • Run a CodeBuild project from a GitHub workflow
  • See logs from CodeBuild in the GitHub workflow logs

This action is intended mainly for reusability of CodeBuild projects with minimal effort, so it also implements some extra really useful features:

Buildspec override feature

17 Jun 21:23
d5a9c32
Compare
Choose a tag to compare
v0.1.0

Buildspec override feature

Initial version

15 Jun 11:27
Compare
Choose a tag to compare
v0.0.1

Initial version