Skip to content

Commit ef27c62

Browse files
chore(main): release docker-build-push-image 0.3.0 (#1542)
* chore(main): release docker-build-push-image 0.3.0 * get ci moving --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ricky Whitaker <[email protected]>
1 parent b6c252d commit ef27c62

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"actions/azure-trusted-signing": "1.0.0",
2727
"actions/validate-renovate-config": "0.1.0",
2828
"actions/cleanup-branches": "0.2.1",
29-
"actions/docker-build-push-image": "0.2.0",
29+
"actions/docker-build-push-image": "0.3.0",
3030
"actions/docker-export-digest": "0.1.1",
3131
"actions/docker-import-digests-push-manifest": "0.1.1"
3232
}

actions/docker-build-push-image/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.2.0...docker-build-push-image/v0.3.0) (2025-12-11)
4+
5+
6+
### 🎉 Features
7+
8+
* **docker-build-push-image:** add builder input ([#1605](https://github.com/grafana/shared-workflows/issues/1605)) ([e39baa6](https://github.com/grafana/shared-workflows/commit/e39baa6584886aef49fe533215defc5627ffbd3f))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **docker-build-push-image:** pass builder name to docker/build-push-action ([#1602](https://github.com/grafana/shared-workflows/issues/1602)) ([59bb68c](https://github.com/grafana/shared-workflows/commit/59bb68c6a0a1bc5701261915eaa04199916be716))
14+
15+
16+
### 📝 Documentation
17+
18+
* **multiple:** add warning about push to GAR failure ([#1555](https://github.com/grafana/shared-workflows/issues/1555)) ([eb33f84](https://github.com/grafana/shared-workflows/commit/eb33f84481d38701f4d2c587a4817ce332784f5f))
19+
20+
21+
### 🔧 Miscellaneous Chores
22+
23+
* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f))
24+
* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea))
25+
* **deps:** update actions/checkout action to v6.0.1 ([#1590](https://github.com/grafana/shared-workflows/issues/1590)) ([2425a5f](https://github.com/grafana/shared-workflows/commit/2425a5fe46fb39d1d282caad59150165323e29a6))
26+
* **deps:** update docker/metadata-action action to v5.10.0 ([#1582](https://github.com/grafana/shared-workflows/issues/1582)) ([d80ddba](https://github.com/grafana/shared-workflows/commit/d80ddba3b588ad911410ce91c599bbbe513196b0))
27+
* **multiple:** deprecate old docker actions and add migration guide ([#1606](https://github.com/grafana/shared-workflows/issues/1606)) ([b6c252d](https://github.com/grafana/shared-workflows/commit/b6c252dc86cb65eaf2d8344d6d51ca07436214a2))
28+
329
## [0.2.0](https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.1.1...docker-build-push-image/v0.2.0) (2025-11-11)
430

531

actions/docker-build-push-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
contents: read
4343
id-token: write
4444
steps:
45-
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.0
45+
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.3.0
4646
with:
4747
platforms: linux/arm64,linux/amd64
4848
tags: |

0 commit comments

Comments
 (0)