Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"actions/azure-trusted-signing": "1.0.0",
"actions/validate-renovate-config": "0.1.0",
"actions/cleanup-branches": "0.2.1",
"actions/docker-build-push-image": "0.2.0",
"actions/docker-build-push-image": "0.2.1",
"actions/docker-export-digest": "0.1.1",
"actions/docker-import-digests-push-manifest": "0.1.1"
}
13 changes: 13 additions & 0 deletions actions/docker-build-push-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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-26)


### 📝 Documentation

* **multiple:** add warning about push to GAR failure ([#1555](https://github.com/grafana/shared-workflows/issues/1555)) ([eb33f84](https://github.com/grafana/shared-workflows/commit/eb33f84481d38701f4d2c587a4817ce332784f5f))


### 🔧 Miscellaneous Chores

* **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))
* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion actions/docker-build-push-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.0
- uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.1
with:
platforms: linux/arm64,linux/amd64
tags: |
Expand Down