Skip to content

Commit c658f0f

Browse files
chore(main): release docker-build-push-image 0.1.0 (#1419)
* chore(main): release docker-build-push-image 0.1.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 73203ba commit c658f0f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0",
2727
"actions/validate-renovate-config": "0.1.0",
28-
"actions/cleanup-branches": "0.2.0"
28+
"actions/cleanup-branches": "0.2.0",
29+
"actions/docker-build-push-image": "0.1.0"
2930
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# Changelog
2+
3+
## 0.1.0 (2025-10-15)
4+
5+
6+
### 🎉 Features
7+
8+
* docker multi-arch composite actions ([#1347](https://github.com/grafana/shared-workflows/issues/1347)) ([3df0c01](https://github.com/grafana/shared-workflows/commit/3df0c015c8b528638bdbbccc6326b7c2edc79ae1))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **docker actions:** prep for releases ([#1404](https://github.com/grafana/shared-workflows/issues/1404)) ([b5b2517](https://github.com/grafana/shared-workflows/commit/b5b25178a74fbef4cc2db2252ac322729ab76e91))
14+
15+
## Changelog

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
contents: read
3737
id-token: write
3838
steps:
39-
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.0.0
39+
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.1.0
4040
with:
4141
platforms: linux/arm64,linux/amd64
4242
tags: |

0 commit comments

Comments
 (0)