Skip to content

Commit 9112faf

Browse files
chore(main): release build-push-to-dockerhub 0.4.1
1 parent 9cf4dd8 commit 9112faf

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.4",
66
"actions/push-to-gar-docker": "0.6.1",
77
"actions/aws-auth": "1.0.3",
8-
"actions/build-push-to-dockerhub": "0.4.0",
8+
"actions/build-push-to-dockerhub": "0.4.1",
99
"actions/login-to-gar": "1.0.1",
1010
"actions/login-to-gcs": "0.3.0",
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.4.1](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.4.0...build-push-to-dockerhub/v0.4.1) (2025-11-17)
4+
5+
6+
### 📝 Documentation
7+
8+
* improve docker build action docs ([#1486](https://github.com/grafana/shared-workflows/issues/1486)) ([2dd0b03](https://github.com/grafana/shared-workflows/commit/2dd0b0349e130ca5ccf86b3a61250589a840bdb2))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **deps:** update docker/metadata-action action to v5.9.0 ([#1501](https://github.com/grafana/shared-workflows/issues/1501)) ([2d5a067](https://github.com/grafana/shared-workflows/commit/2d5a0678eb32b0fd6655b4f7a3a7ec72eaf530ca))
14+
* **deps:** update docker/setup-qemu-action action to v3.7.0 ([#1505](https://github.com/grafana/shared-workflows/issues/1505)) ([559f4cd](https://github.com/grafana/shared-workflows/commit/559f4cd66a01e0ebe256defa20964721f25bad1f))
15+
316
## [0.4.0](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.3.0...build-push-to-dockerhub/v0.4.0) (2025-11-05)
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.4.0
36+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.4.1
3737
with:
3838
repository: ${{ github.repository }} # or any other dockerhub repository
3939
context: .

0 commit comments

Comments
 (0)