Skip to content

Commit 4c9c5db

Browse files
chore(main): release push-to-gar-docker 0.5.2
1 parent 089bc16 commit 4c9c5db

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.2.1",
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.3",
6-
"actions/push-to-gar-docker": "0.5.1",
6+
"actions/push-to-gar-docker": "0.5.2",
77
"actions/aws-auth": "1.0.2",
88
"actions/build-push-to-dockerhub": "0.2.0",
99
"actions/login-to-gar": "1.0.0",

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

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

3+
## [0.5.2](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.1...push-to-gar-docker/v0.5.2) (2025-07-16)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* remediate latest zizmor findings, fix supplying zizmor config ([#1101](https://github.com/grafana/shared-workflows/issues/1101)) ([712c599](https://github.com/grafana/shared-workflows/commit/712c59975bc0de22124b866153826f04023f18fd))
9+
10+
11+
### 📝 Documentation
12+
13+
* 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))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update docker/build-push-action action to v6.18.0 ([#1065](https://github.com/grafana/shared-workflows/issues/1065)) ([5b5ee4c](https://github.com/grafana/shared-workflows/commit/5b5ee4cf0a527daf5e32b7f968637b8a8ed7efcb))
19+
* **deps:** update docker/setup-buildx-action action to v3.11.1 ([#1068](https://github.com/grafana/shared-workflows/issues/1068)) ([5233cbc](https://github.com/grafana/shared-workflows/commit/5233cbc5d62242fb17b2259c2c4bd2a628af5528))
20+
321
## [0.5.1](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.5.0...push-to-gar-docker/v0.5.1) (2025-06-02)
422

523

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- id: push-to-gar
40-
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.1
40+
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.2
4141
with:
4242
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
4343
tags: |-

0 commit comments

Comments
 (0)