Skip to content

Commit cd422be

Browse files
chore(main): release docker-import-digests-push-manifest 0.1.0 (#1420)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9901fa1 commit cd422be

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"actions/validate-renovate-config": "0.1.0",
2828
"actions/cleanup-branches": "0.2.0",
2929
"actions/docker-build-push-image": "0.1.0",
30-
"actions/docker-export-digest": "0.1.0"
30+
"actions/docker-export-digest": "0.1.0",
31+
"actions/docker-import-digests-push-manifest": "0.1.0"
3132
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
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+
* **docker-import-digests-push-manifest:** remove unused input ([#1405](https://github.com/grafana/shared-workflows/issues/1405)) ([18ca254](https://github.com/grafana/shared-workflows/commit/18ca2547c35880bf66e1b0f7288f8b3d7adb41ce))
15+
16+
## Changelog

actions/docker-import-digests-push-manifest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
steps:
3030
- name: Download Multi-Arch Digests, Construct and Upload Manifest
31-
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.0.0
31+
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.1.0
3232
with:
3333
gar-environment: "dev"
3434
images: ${{ needs.docker-build-push-image.outputs.images }}

0 commit comments

Comments
 (0)