Skip to content

Commit 7a256e9

Browse files
chore(main): release docker-build-push-image 0.1.1 (#1503)
* chore(main): release docker-build-push-image 0.1.1 * 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 4d65325 commit 7a256e9

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.1.0",
29+
"actions/docker-build-push-image": "0.1.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **docker-build-push-image:** use labels from docker/metadata-action ([#1502](https://github.com/grafana/shared-workflows/issues/1502)) ([4d65325](https://github.com/grafana/shared-workflows/commit/4d65325ccd5a45fae20b0821f4ab15e2451d92ea))
9+
310
## 0.1.0 (2025-10-15)
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.1.0
39+
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.1.1
4040
with:
4141
platforms: linux/arm64,linux/amd64
4242
tags: |

0 commit comments

Comments
 (0)