File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "actions/lint-pr-title" : " 1.2.0" ,
33 "actions/get-vault-secrets" : " 1.3.0" ,
4- "actions/dockerhub-login" : " 1.0.2 " ,
4+ "actions/dockerhub-login" : " 1.0.3 " ,
55 "actions/send-slack-message" : " 2.0.4" ,
66 "actions/push-to-gar-docker" : " 0.6.1" ,
77 "actions/aws-auth" : " 1.0.3" ,
Original file line number Diff line number Diff line change 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-10-17)
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+ * ** deps:** update docker/login-action action to v3.6.0 ([ #1360 ] ( https://github.com/grafana/shared-workflows/issues/1360 ) ) ([ fcd9134] ( https://github.com/grafana/shared-workflows/commit/fcd9134b43d790d16878200b31a80f925b7a802c ) )
12+
313## [ 1.0.2] ( https://github.com/grafana/shared-workflows/compare/dockerhub-login-v1.0.1...dockerhub-login/v1.0.2 ) (2025-06-04)
414
515
Original file line number Diff line number Diff line change 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` ` `
You can’t perform that action at this time.
0 commit comments