Skip to content

v0.6

Latest
Compare
Choose a tag to compare
@sunkickr sunkickr released this 09 Jul 18:33
· 2 commits to main since this release
82a10f7

What's Changed

  • Updated checkout action to v4.
  • The whole PR is now taken into account when determining wether or not to do a DAG deploy. Before this change the deploy-action only looked at latest commit which caused DAG deploys to happen when image deploys should be happening.
  • Added new option deploy-image. If true image and DAGs will deploy even if only the DAGs have changed.
  • Fixed an issue where setting the checkout option to false did not do anything.
  • Added new option build-secrets which mimics the docker build --secret flag. See https://docs.docker.com/build/building/secrets/ for more information.