Skip to content

Commit b3d1365

Browse files
chore(main): release docker-build-push-image 0.2.0 (#1509)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8fa8f8 commit b3d1365

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.1.1",
29+
"actions/docker-build-push-image": "0.2.0",
3030
"actions/docker-export-digest": "0.1.0",
3131
"actions/docker-import-digests-push-manifest": "0.1.0"
3232
}

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

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

3+
## [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)
4+
5+
6+
### 🎉 Features
7+
8+
* **docker-build-push-image:** support annotations ([#1513](https://github.com/grafana/shared-workflows/issues/1513)) ([62333c1](https://github.com/grafana/shared-workflows/commit/62333c16b0e89cea15c9c4de726271fa4e638f96))
9+
10+
11+
### 📝 Documentation
12+
13+
* improve docker build action docs ([#1486](https://github.com/grafana/shared-workflows/issues/1486)) ([2dd0b03](https://github.com/grafana/shared-workflows/commit/2dd0b0349e130ca5ccf86b3a61250589a840bdb2))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update docker/metadata-action action to v5.9.0 ([#1501](https://github.com/grafana/shared-workflows/issues/1501)) ([2d5a067](https://github.com/grafana/shared-workflows/commit/2d5a0678eb32b0fd6655b4f7a3a7ec72eaf530ca))
19+
* **deps:** update docker/setup-qemu-action action to v3.7.0 ([#1505](https://github.com/grafana/shared-workflows/issues/1505)) ([559f4cd](https://github.com/grafana/shared-workflows/commit/559f4cd66a01e0ebe256defa20964721f25bad1f))
20+
321
## [0.1.1](https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.1.0...docker-build-push-image/v0.1.1) (2025-11-07)
422

523

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.1.1
39+
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.0
4040
with:
4141
platforms: linux/arm64,linux/amd64
4242
tags: |

0 commit comments

Comments
 (0)