Skip to content

Commit 0b219eb

Browse files
chore(main): release login-to-gar 1.0.2
1 parent a369fe9 commit 0b219eb

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.6.1",
77
"actions/aws-auth": "1.0.3",
88
"actions/build-push-to-dockerhub": "0.4.0",
9-
"actions/login-to-gar": "1.0.1",
9+
"actions/login-to-gar": "1.0.2",
1010
"actions/login-to-gcs": "0.3.0",
1111
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.2",

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+
## [1.0.2](https://github.com/grafana/shared-workflows/compare/login-to-gar/v1.0.1...login-to-gar/v1.0.2) (2025-11-27)
4+
5+
6+
### 📝 Documentation
7+
8+
* **multiple:** add warning about push to GAR failure ([#1555](https://github.com/grafana/shared-workflows/issues/1555)) ([eb33f84](https://github.com/grafana/shared-workflows/commit/eb33f84481d38701f4d2c587a4817ce332784f5f))
9+
310
## [1.0.1](https://github.com/grafana/shared-workflows/compare/login-to-gar/v1.0.0...login-to-gar/v1.0.1) (2025-11-05)
411

512

actions/login-to-gar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: read
2626
id-token: write
2727
steps:
28-
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.1
28+
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.2
2929
id: login-to-gar
3030
with:
3131
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev

0 commit comments

Comments
 (0)