Skip to content

Releases: agrc/cloud-run-docker-deploy-composite-action

v2.0.2

10 Jul 20:51
1b9a6bb
Compare
Choose a tag to compare

2.0.2 (2024-07-10)

Dependencies

  • bump docker/build-push-action in the ci-dependencies group (c01f487)

v2.0.1

15 Apr 18:22
Compare
Choose a tag to compare

2.0.1 (2024-04-15)

🐛 Bug Fixes

  • use image id instead of latest (bbd7b44)

🌲 Dependencies

  • bump the ci-dependencies group with 2 updates (06d3f9b)

v2.0.0

11 Oct 21:46
Compare
Choose a tag to compare

2.0.0 (2023-10-11)

⚠ BREAKING CHANGES

  • Requires creation of artifact registry in the associated GCP project.

🐛 Bug Fixes

  • migrate from container to artifact registry (dcd9621), closes #23

🌲 Dependencies

  • bump the ci-dependencies group with 5 updates (c8510e1)
  • bump the ci-dependencies group with 5 updates (fda11e1)

v1.1.2

25 Jan 16:54
Compare
Choose a tag to compare

1.1.2 (2023-01-25)

🐛 Bug Fixes

  • disable SLSA provenance since GCR doesn't support it (3c4c196), closes #13

v1.1.1

12 Dec 15:32
Compare
Choose a tag to compare

1.1.1 (2022-12-10)

🐛 Bug Fixes

  • December dependency bumps 🌲 (738853d)

v1.1.0

13 Oct 15:08
Compare
Choose a tag to compare

1.1.0 (2022-10-12)

📖 Documentation Improvements

  • fix syntax and switch to v1 in example (7e7184b)

🚀 Features

  • add docker-context and docker-file input parameters (f4a0394)

v1.0.0

06 Oct 19:48
Compare
Choose a tag to compare

1.0.0 (2022-10-06)

🐛 Bug Fixes

🚀 Features

  • add docker build args and cloud run secrets (409b34c)
  • add release action (0e93f77)
  • initial commit (2aad473)

📖 Documentation Improvements