Skip to content

Commit cd2b524

Browse files
chore(main): release push-to-gar-docker 0.2.0 (#587)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent 966d19f commit cd2b524

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"actions/get-vault-secrets": "1.1.0",
44
"actions/dockerhub-login": "1.0.1",
55
"actions/send-slack-message": "2.0.0",
6-
"actions/push-to-gar-docker": "0.1.0",
6+
"actions/push-to-gar-docker": "0.2.0",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
99
"actions/login-to-gar": "0.1.1",

actions/push-to-gar-docker/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.1.0...push-to-gar-docker-v0.2.0) (2025-01-29)
4+
5+
6+
### 🎉 Features
7+
8+
* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* login to GAR only on push events ([#670](https://github.com/grafana/shared-workflows/issues/670)) ([c1714b0](https://github.com/grafana/shared-workflows/commit/c1714b03ca3d5cb08308ffb857e615cb9b6d439d))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update docker/build-push-action action to v6.11.0 ([#679](https://github.com/grafana/shared-workflows/issues/679)) ([e1b07ec](https://github.com/grafana/shared-workflows/commit/e1b07ec29d283a54c100628a646a8077ac2477ad))
19+
* **deps:** update docker/build-push-action action to v6.12.0 ([#698](https://github.com/grafana/shared-workflows/issues/698)) ([3b08e31](https://github.com/grafana/shared-workflows/commit/3b08e3185a075be3d294bb070cf3e9729312b4af))
20+
* **deps:** update docker/build-push-action action to v6.13.0 ([#715](https://github.com/grafana/shared-workflows/issues/715)) ([4b971c2](https://github.com/grafana/shared-workflows/commit/4b971c2583aa388393ad4da89a79b86379fd9197))
21+
* **deps:** update docker/setup-buildx-action action to v3.8.0 ([#654](https://github.com/grafana/shared-workflows/issues/654)) ([d55f5e9](https://github.com/grafana/shared-workflows/commit/d55f5e910f5f76c0b23ba86ef590e2939c475899))
22+
* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53))
23+
324
## 0.1.0 (2024-11-28)
425

526

actions/push-to-gar-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- id: push-to-gar
32-
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.1.0
32+
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.2.0
3333
with:
3434
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
3535
tags: |-

0 commit comments

Comments
 (0)