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
@@ -1,7 +1,7 @@
{
"actions/lint-pr-title": "1.2.4",
"actions/get-vault-secrets": "2.0.1",
"actions/dockerhub-login": "2.0.0",
"actions/dockerhub-login": "2.0.1",
"actions/send-slack-message": "3.0.2",
"actions/aws-auth": "1.0.4",
"actions/login-to-gar": "1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions actions/dockerhub-login/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.1](https://github.com/grafana/shared-workflows/compare/dockerhub-login/v2.0.0...dockerhub-login/v2.0.1) (2026-08-27)


### 馃敡 Miscellaneous Chores

* **deps:** update docker/login-action action to v4.4.0 ([#2168](https://github.com/grafana/shared-workflows/issues/2168)) ([21536e4](https://github.com/grafana/shared-workflows/commit/21536e4603262dd7882584949c2da3c8d01cba45))
* **deps:** update docker/login-action action to v4.5.1 ([#2219](https://github.com/grafana/shared-workflows/issues/2219)) ([e7c5c20](https://github.com/grafana/shared-workflows/commit/e7c5c2014724b9102771f725b87c28d8f0246e1a))
* **deps:** update docker/login-action action to v4.6.0 ([#2247](https://github.com/grafana/shared-workflows/issues/2247)) ([e2bc296](https://github.com/grafana/shared-workflows/commit/e2bc296fb44bcff24b058c52fc69efd48118fbdc))
* **deps:** update grafana/shared-workflows/get-vault-secrets action to v2.0.1 ([#2268](https://github.com/grafana/shared-workflows/issues/2268)) ([35bf148](https://github.com/grafana/shared-workflows/commit/35bf148d529e6ec81707d291aa73c7f3cda949de))

## [2.0.0](https://github.com/grafana/shared-workflows/compare/dockerhub-login/v1.0.4...dockerhub-login/v2.0.0) (2026-06-10)


Expand Down
2 changes: 1 addition & 1 deletion actions/dockerhub-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id-token: write
steps:
- name: Login to DockerHub
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v2.0.0
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v2.0.1
- name: Build and push
run: make build && make push
```
Expand Down