Skip to content

Commit 5d07ab8

Browse files
chore(main): release push-to-gar-docker 0.6.0
1 parent e8b9767 commit 5d07ab8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.2",
6+
"actions/push-to-gar-docker": "0.6.0",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.2...push-to-gar-docker/v0.6.0) (2025-08-19)
4+
5+
6+
### 🎉 Features
7+
8+
* support load parameter in push-to-gar-docker ([#1190](https://github.com/grafana/shared-workflows/issues/1190)) ([bc06cdd](https://github.com/grafana/shared-workflows/commit/bc06cdd4721071acd1beb13f34a737801e52357f))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **deps:** update actions/checkout action to v4.3.0 ([#1221](https://github.com/grafana/shared-workflows/issues/1221)) ([17ab531](https://github.com/grafana/shared-workflows/commit/17ab531bf2c16c79af38988e7caf7a3d8a37634b))
14+
* **deps:** update actions/checkout action to v5 ([#1227](https://github.com/grafana/shared-workflows/issues/1227)) ([fd79c02](https://github.com/grafana/shared-workflows/commit/fd79c02730e0629f728e2f5c3d614545269208a9))
15+
* **deps:** update docker/metadata-action action to v5.8.0 ([#1182](https://github.com/grafana/shared-workflows/issues/1182)) ([315e38a](https://github.com/grafana/shared-workflows/commit/315e38a03f442c39bd82e902b88d8ba6ff8879b7))
16+
317
## [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-23)
418

519

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.2
40+
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.6.0
4141
with:
4242
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
4343
tags: |-

0 commit comments

Comments
 (0)