Skip to content

Commit

Permalink
chore(main): release build-push-to-dockerhub 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
1 parent 4b0de6d commit 7cb0e81
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"actions/lint-pr-title": "1.0.0",
"actions/get-vault-secrets": "1.0.0",
"actions/dockerhub-login": "1.0.0"
"actions/dockerhub-login": "1.0.0",
"actions/build-push-to-dockerhub": "1.0.0"
}
32 changes: 32 additions & 0 deletions actions/build-push-to-dockerhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## 1.0.0 (2024-11-11)


### 🎉 Features

* **build-push-to-dockerhub:** Expose platforms parameter ([#37](https://github.com/grafana/shared-workflows/issues/37)) ([bb37651](https://github.com/grafana/shared-workflows/commit/bb376519aa50489c7c5cb51c22830f804b0b176f))
* Rename push-to-dockerhub-action ([#33](https://github.com/grafana/shared-workflows/issues/33)) ([6730582](https://github.com/grafana/shared-workflows/commit/673058269d2bc16224e7ee844037a794765e432e))


### 🐛 Bug Fixes

* Make file argument optional in docker build actions ([#50](https://github.com/grafana/shared-workflows/issues/50)) ([b2c2806](https://github.com/grafana/shared-workflows/commit/b2c2806d455f6cbe4086fb0df849083ef48fd01c))


### 🔧 Miscellaneous Chores

* Bump upstream docker actions ([#51](https://github.com/grafana/shared-workflows/issues/51)) ([f33ebd9](https://github.com/grafana/shared-workflows/commit/f33ebd946aa2bcd994fb26afdedb575131a5b0b3))
* **deps:** update actions/checkout action to v4.1.7 ([#244](https://github.com/grafana/shared-workflows/issues/244)) ([1d5fba5](https://github.com/grafana/shared-workflows/commit/1d5fba52e7cb2780dfd1af758e1d84e35ce6e8f7))
* **deps:** update actions/checkout action to v4.2.0 ([#313](https://github.com/grafana/shared-workflows/issues/313)) ([ba6268c](https://github.com/grafana/shared-workflows/commit/ba6268c6beef0ab5b461f45eef4cfe1b4e6d6013))
* **deps:** update actions/checkout action to v4.2.1 ([#445](https://github.com/grafana/shared-workflows/issues/445)) ([c72e039](https://github.com/grafana/shared-workflows/commit/c72e039d656ea7db5cbcfd98dffd0f8554e1f029))
* **deps:** update actions/checkout action to v4.2.2 ([#498](https://github.com/grafana/shared-workflows/issues/498)) ([7c6dbe2](https://github.com/grafana/shared-workflows/commit/7c6dbe23c5fd8f3ab5863fb0e3f9d95de621b746))
* **deps:** update docker/build-push-action action to v5.4.0 ([#253](https://github.com/grafana/shared-workflows/issues/253)) ([30f2a90](https://github.com/grafana/shared-workflows/commit/30f2a90675be35c05810244a374dda92ca4cc813))
* **deps:** update docker/build-push-action action to v6 ([#265](https://github.com/grafana/shared-workflows/issues/265)) ([7a88455](https://github.com/grafana/shared-workflows/commit/7a884559706c0b959e39cd82a6baa6c2b771f1a2))
* **deps:** update docker/build-push-action action to v6.8.0 ([#413](https://github.com/grafana/shared-workflows/issues/413)) ([1994696](https://github.com/grafana/shared-workflows/commit/1994696f5a63ba7308496d2bae1d98b29f8965e3))
* **deps:** update docker/build-push-action action to v6.9.0 ([#431](https://github.com/grafana/shared-workflows/issues/431)) ([51c9559](https://github.com/grafana/shared-workflows/commit/51c9559f727b006be385d4383df75212d4eee894))
* **deps:** update docker/setup-buildx-action action to v3.6.1 ([#257](https://github.com/grafana/shared-workflows/issues/257)) ([46bb727](https://github.com/grafana/shared-workflows/commit/46bb727fff56784c6f157d03e1a77b1ac84636f2))
* **deps:** update docker/setup-buildx-action action to v3.7.0 ([#438](https://github.com/grafana/shared-workflows/issues/438)) ([c546bd5](https://github.com/grafana/shared-workflows/commit/c546bd5895ab8ca039394f7aeca414243c6108c7))
* **deps:** update docker/setup-buildx-action action to v3.7.1 ([#440](https://github.com/grafana/shared-workflows/issues/440)) ([680fa60](https://github.com/grafana/shared-workflows/commit/680fa602301c5650881d920fb094604c6586ac7d))
* **deps:** update docker/setup-qemu-action action to v3.2.0 ([#258](https://github.com/grafana/shared-workflows/issues/258)) ([9d623d7](https://github.com/grafana/shared-workflows/commit/9d623d79425ca7088f7570b4a5862847950a5425))
* Skip log in to DockerHub when not publishing, fail if trying to publish on anything but `push` events ([#126](https://github.com/grafana/shared-workflows/issues/126)) ([0f7721c](https://github.com/grafana/shared-workflows/commit/0f7721c56e0cc8b8b1dcfd17a44808aca4a9cc96))

0 comments on commit 7cb0e81

Please sign in to comment.