Skip to content

Commit 9c4e137

Browse files
chore(main): release build-push-to-dockerhub 0.3.0
1 parent 58d9866 commit 9c4e137

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.2",
77
"actions/aws-auth": "1.0.2",
8-
"actions/build-push-to-dockerhub": "0.2.0",
8+
"actions/build-push-to-dockerhub": "0.3.0",
99
"actions/login-to-gar": "1.0.0",
1010
"actions/login-to-gcs": "0.2.1",
1111
"actions/argo-lint": "1.0.2",

actions/build-push-to-dockerhub/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.2.0...build-push-to-dockerhub/v0.3.0) (2025-08-06)
4+
5+
6+
### 🎉 Features
7+
8+
* **build-push-to-dockerhub:** support load parameter ([#1193](https://github.com/grafana/shared-workflows/issues/1193)) ([58d9866](https://github.com/grafana/shared-workflows/commit/58d9866681bf38ddb7567d1283659c60149b4c99))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* remediate latest zizmor findings, fix supplying zizmor config ([#1101](https://github.com/grafana/shared-workflows/issues/1101)) ([712c599](https://github.com/grafana/shared-workflows/commit/712c59975bc0de22124b866153826f04023f18fd))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update docker/build-push-action action to v6.18.0 ([#1065](https://github.com/grafana/shared-workflows/issues/1065)) ([5b5ee4c](https://github.com/grafana/shared-workflows/commit/5b5ee4cf0a527daf5e32b7f968637b8a8ed7efcb))
19+
* **deps:** update docker/metadata-action action to v5.8.0 ([#1182](https://github.com/grafana/shared-workflows/issues/1182)) ([315e38a](https://github.com/grafana/shared-workflows/commit/315e38a03f442c39bd82e902b88d8ba6ff8879b7))
20+
* **deps:** update docker/setup-buildx-action action to v3.11.1 ([#1068](https://github.com/grafana/shared-workflows/issues/1068)) ([5233cbc](https://github.com/grafana/shared-workflows/commit/5233cbc5d62242fb17b2259c2c4bd2a628af5528))
21+
322
## [0.2.0](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub-v0.1.1...build-push-to-dockerhub/v0.2.0) (2025-06-04)
423

524

actions/build-push-to-dockerhub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434

3535
- id: push-to-dockerhub
36-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.2.0
36+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.3.0
3737
with:
3838
repository: ${{ github.repository }} # or any other dockerhub repository
3939
context: .

0 commit comments

Comments
 (0)