File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
actions/build-push-to-dockerhub Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 55 "actions/send-slack-message" : " 2.0.4" ,
66 "actions/push-to-gar-docker" : " 0.6.1" ,
77 "actions/aws-auth" : " 1.0.3" ,
8- "actions/build-push-to-dockerhub" : " 0.4.0 " ,
8+ "actions/build-push-to-dockerhub" : " 0.4.1 " ,
99 "actions/login-to-gar" : " 1.0.1" ,
1010 "actions/login-to-gcs" : " 0.3.0" ,
1111 "actions/argo-lint" : " 1.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.1] ( https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.4.0...build-push-to-dockerhub/v0.4.1 ) (2025-11-19)
4+
5+
6+ ### 📝 Documentation
7+
8+ * improve docker build action docs ([ #1486 ] ( https://github.com/grafana/shared-workflows/issues/1486 ) ) ([ 2dd0b03] ( https://github.com/grafana/shared-workflows/commit/2dd0b0349e130ca5ccf86b3a61250589a840bdb2 ) )
9+
10+
11+ ### 🔧 Miscellaneous Chores
12+
13+ * ** deps:** update actions/checkout action to v5.0.1 ([ #1541 ] ( https://github.com/grafana/shared-workflows/issues/1541 ) ) ([ 773f5b1] ( https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f ) )
14+ * ** deps:** update docker/metadata-action action to v5.9.0 ([ #1501 ] ( https://github.com/grafana/shared-workflows/issues/1501 ) ) ([ 2d5a067] ( https://github.com/grafana/shared-workflows/commit/2d5a0678eb32b0fd6655b4f7a3a7ec72eaf530ca ) )
15+ * ** deps:** update docker/setup-qemu-action action to v3.7.0 ([ #1505 ] ( https://github.com/grafana/shared-workflows/issues/1505 ) ) ([ 559f4cd] ( https://github.com/grafana/shared-workflows/commit/559f4cd66a01e0ebe256defa20964721f25bad1f ) )
16+
317## [ 0.4.0] ( https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.3.0...build-push-to-dockerhub/v0.4.0 ) (2025-11-05)
418
519
Original file line number Diff line number Diff line change 3333 persist-credentials : false
3434
3535 - id : push-to-dockerhub
36- uses : grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.4.0
36+ uses : grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.4.1
3737 with :
3838 repository : ${{ github.repository }} # or any other dockerhub repository
3939 context : .
You can’t perform that action at this time.
0 commit comments