Skip to content

Commit c6d954f

Browse files
chore(main): release dockerhub-login 1.0.2 (#807)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent 196dd70 commit c6d954f

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.1.1",
33
"actions/get-vault-secrets": "1.2.1",
4-
"actions/dockerhub-login": "1.0.1",
4+
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.1",
77
"actions/aws-auth": "1.0.2",

actions/dockerhub-login/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/grafana/shared-workflows/compare/dockerhub-login-v1.0.1...dockerhub-login/v1.0.2) (2025-06-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ensure every action disables git credential persistence ([#821](https://github.com/grafana/shared-workflows/issues/821)) ([31ebf3f](https://github.com/grafana/shared-workflows/commit/31ebf3f8e5d0f8709e6ec4ef73b39dd2bd08f959))
9+
10+
11+
### 📝 Documentation
12+
13+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
14+
* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
15+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
16+
17+
18+
### 🔧 Miscellaneous Chores
19+
20+
* **deps:** update docker/login-action action to v3.4.0 ([#848](https://github.com/grafana/shared-workflows/issues/848)) ([117d851](https://github.com/grafana/shared-workflows/commit/117d8511cbc5da0337972deeb400c4298b057af3))
21+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))
22+
323
## [1.0.1](https://github.com/grafana/shared-workflows/compare/dockerhub-login-v1.0.0...dockerhub-login-v1.0.1) (2025-01-28)
424

525

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.1
23+
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v1.0.2
2424
- name: Build and push
2525
run: make build && make push
2626
```

0 commit comments

Comments
 (0)