Skip to content

Commit 8cf6b76

Browse files
chore(main): release build-push-to-dockerhub 0.2.1
1 parent f626737 commit 8cf6b76

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.1",
77
"actions/aws-auth": "1.0.2",
8-
"actions/build-push-to-dockerhub": "0.2.0",
8+
"actions/build-push-to-dockerhub": "0.2.1",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.2.0...build-push-to-dockerhub/v0.2.1) (2025-07-23)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 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))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **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))
14+
* **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))
15+
316
## [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)
417

518

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.2.1
3737
with:
3838
repository: ${{ github.repository }} # or any other dockerhub repository
3939
context: .

0 commit comments

Comments
 (0)