Skip to content

Commit ebcac32

Browse files
chore(main): release login-to-gar 0.2.2 (#804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 935970b commit ebcac32

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2.1",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
9-
"actions/login-to-gar": "0.2.1",
9+
"actions/login-to-gar": "0.2.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.2.1...login-to-gar-v0.2.2) (2025-02-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* install gcloud in login-to-gar action ([#813](https://github.com/grafana/shared-workflows/issues/813)) ([935970b](https://github.com/grafana/shared-workflows/commit/935970b13327698aa89e768f511a45432285f5cd))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **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))
14+
315
## [0.2.1](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.2.0...login-to-gar-v0.2.1) (2025-02-17)
416

517

actions/login-to-gar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.2.1
24+
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.2.2
2525
id: login-to-gar
2626
with:
2727
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev

0 commit comments

Comments
 (0)