Skip to content

Commit dd18f48

Browse files
chore(main): release docker-build-push-image 0.2.1
1 parent 2450ed3 commit dd18f48

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.2.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.2.0...docker-build-push-image/v0.2.1) (2025-11-20)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **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))
9+
310
## [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)
411

512

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

0 commit comments

Comments
 (0)