Skip to content

Commit 1bb3e47

Browse files
chore(main): release push-to-gar-docker 0.5.2
1 parent e512c9a commit 1bb3e47

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
@@ -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": "0.4.3",

actions/push-to-gar-docker/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.5.2](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.1...push-to-gar-docker/v0.5.2) (2025-06-11)
4+
5+
6+
### 📝 Documentation
7+
8+
* 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))
9+
310
## [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)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- id: push-to-gar
35-
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.1
35+
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.2
3636
with:
3737
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
3838
tags: |-

0 commit comments

Comments
 (0)