Skip to content

Commit 74b7ce2

Browse files
chore(main): release build-push-to-dockerhub 0.4.0 (#1491)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71b70f4 commit 74b7ce2

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
@@ -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.3.0",
8+
"actions/build-push-to-dockerhub": "0.4.0",
99
"actions/login-to-gar": "1.0.0",
1010
"actions/login-to-gcs": "0.3.0",
1111
"actions/argo-lint": "1.0.2",

actions/build-push-to-dockerhub/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.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)
4+
5+
6+
### 🎉 Features
7+
8+
* **build-push-to-dockerhub:** add labels input ([#1471](https://github.com/grafana/shared-workflows/issues/1471)) ([988bd06](https://github.com/grafana/shared-workflows/commit/988bd0607526b247249f48d9d0f20ce16cefcee9))
9+
310
## [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-10-03)
411

512

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.3.0
36+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.4.0
3737
with:
3838
repository: ${{ github.repository }} # or any other dockerhub repository
3939
context: .

0 commit comments

Comments
 (0)