File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"actions/lint-pr-title" : " 1.2.0" ,
3
3
"actions/get-vault-secrets" : " 1.2.1" ,
4
- "actions/dockerhub-login" : " 1.0.2 " ,
4
+ "actions/dockerhub-login" : " 1.0.3 " ,
5
5
"actions/send-slack-message" : " 2.0.3" ,
6
6
"actions/push-to-gar-docker" : " 0.5.2" ,
7
7
"actions/aws-auth" : " 1.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.3] ( https://github.com/grafana/shared-workflows/compare/dockerhub-login/v1.0.2...dockerhub-login/v1.0.3 ) (2025-08-18)
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 actions/checkout action to v5 ([ #1227 ] ( https://github.com/grafana/shared-workflows/issues/1227 ) ) ([ fd79c02] ( https://github.com/grafana/shared-workflows/commit/fd79c02730e0629f728e2f5c3d614545269208a9 ) )
10
+ * ** 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 ) )
11
+
3
12
## [ 1.0.2] ( https://github.com/grafana/shared-workflows/compare/dockerhub-login-v1.0.1...dockerhub-login/v1.0.2 ) (2025-06-04)
4
13
5
14
Original file line number Diff line number Diff line change 20
20
id-token : write
21
21
steps :
22
22
- 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
24
24
- name : Build and push
25
25
run : make build && make push
26
26
` ` `
You can’t perform that action at this time.
0 commit comments