File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
actions/build-push-to-dockerhub Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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" ,
8
- "actions/build-push-to-dockerhub" : " 0.2 .0" ,
8
+ "actions/build-push-to-dockerhub" : " 0.3 .0" ,
9
9
"actions/login-to-gar" : " 1.0.0" ,
10
10
"actions/login-to-gcs" : " 0.2.1" ,
11
11
"actions/argo-lint" : " 1.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 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-08-22)
4
+
5
+
6
+ ### 🎉 Features
7
+
8
+ * ** build-push-to-dockerhub:** support load parameter ([ #1193 ] ( https://github.com/grafana/shared-workflows/issues/1193 ) ) ([ 58d9866] ( https://github.com/grafana/shared-workflows/commit/58d9866681bf38ddb7567d1283659c60149b4c99 ) )
9
+
10
+
11
+ ### 🐛 Bug Fixes
12
+
13
+ * remediate latest zizmor findings, fix supplying zizmor config ([ #1101 ] ( https://github.com/grafana/shared-workflows/issues/1101 ) ) ([ 712c599] ( https://github.com/grafana/shared-workflows/commit/712c59975bc0de22124b866153826f04023f18fd ) )
14
+
15
+
16
+ ### 🔧 Miscellaneous Chores
17
+
18
+ * ** 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 ) )
19
+ * ** 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 ) )
20
+ * ** deps:** update docker/build-push-action action to v6.18.0 ([ #1065 ] ( https://github.com/grafana/shared-workflows/issues/1065 ) ) ([ 5b5ee4c] ( https://github.com/grafana/shared-workflows/commit/5b5ee4cf0a527daf5e32b7f968637b8a8ed7efcb ) )
21
+ * ** deps:** update docker/metadata-action action to v5.8.0 ([ #1182 ] ( https://github.com/grafana/shared-workflows/issues/1182 ) ) ([ 315e38a] ( https://github.com/grafana/shared-workflows/commit/315e38a03f442c39bd82e902b88d8ba6ff8879b7 ) )
22
+ * ** deps:** update docker/setup-buildx-action action to v3.11.1 ([ #1068 ] ( https://github.com/grafana/shared-workflows/issues/1068 ) ) ([ 5233cbc] ( https://github.com/grafana/shared-workflows/commit/5233cbc5d62242fb17b2259c2c4bd2a628af5528 ) )
23
+
3
24
## [ 0.2.0] ( https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub-v0.1.1...build-push-to-dockerhub/v0.2.0 ) (2025-06-04)
4
25
5
26
Original file line number Diff line number Diff line change 33
33
persist-credentials : false
34
34
35
35
- id : push-to-dockerhub
36
- uses : grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.2 .0
36
+ uses : grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.3 .0
37
37
with :
38
38
repository : ${{ github.repository }} # or any other dockerhub repository
39
39
context : .
You can’t perform that action at this time.
0 commit comments