Skip to content

Commit 731d359

Browse files
chore(main): release dockerhub-login 1.0.3
1 parent 17ab531 commit 731d359

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"actions/lint-pr-title": "1.2.0",
33
"actions/get-vault-secrets": "1.2.1",
4-
"actions/dockerhub-login": "1.0.2",
4+
"actions/dockerhub-login": "1.0.3",
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.2",
77
"actions/aws-auth": "1.0.2",

actions/dockerhub-login/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/grafana/shared-workflows/compare/dockerhub-login/v1.0.2...dockerhub-login/v1.0.3) (2025-08-11)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/checkout action to v4.3.0 ([#1221](https://github.com/grafana/shared-workflows/issues/1221)) ([17ab531](https://github.com/grafana/shared-workflows/commit/17ab531bf2c16c79af38988e7caf7a3d8a37634b))
9+
* **deps:** update docker/login-action action to v3.5.0 ([#1187](https://github.com/grafana/shared-workflows/issues/1187)) ([d8060f2](https://github.com/grafana/shared-workflows/commit/d8060f2893039ae143f0d9c26f766565fb334c6a))
10+
311
## [1.0.2](https://github.com/grafana/shared-workflows/compare/dockerhub-login-v1.0.1...dockerhub-login/v1.0.2) (2025-06-04)
412

513

actions/dockerhub-login/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: Login to DockerHub
23-
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v1.0.2
23+
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v1.0.3
2424
- name: Build and push
2525
run: make build && make push
2626
```

0 commit comments

Comments
 (0)