Skip to content

Commit 0f0e831

Browse files
chore(main): release login-to-gar 0.4.2 (#1002)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d03fbe2 commit 0f0e831

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"actions/push-to-gar-docker": "0.4.1",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
9-
"actions/login-to-gar": "0.4.1",
9+
"actions/login-to-gar": "0.4.2",
1010
"actions/login-to-gcs": "0.2.0",
1111
"actions/argo-lint": "1.0.1",
1212
"actions/setup-conftest": "1.0.1",

actions/login-to-gar/CHANGELOG.md

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

3+
## [0.4.2](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.4.1...login-to-gar-v0.4.2) (2025-05-28)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **login-to-gar:** replace hardcoded opt dir with runner temp env var ([#1001](https://github.com/grafana/shared-workflows/issues/1001)) ([d03fbe2](https://github.com/grafana/shared-workflows/commit/d03fbe21194b8bae035dabfba8fdabe19c122660))
9+
310
## [0.4.1](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.4.0...login-to-gar-v0.4.1) (2025-05-26)
411

512

actions/login-to-gar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
id-token: write
2121
steps:
22-
- uses: grafana/shared-workflows/actions/[email protected].1
22+
- uses: grafana/shared-workflows/actions/[email protected].2
2323
id: login-to-gar
2424
with:
2525
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev

0 commit comments

Comments
 (0)