Skip to content

Commit 563a114

Browse files
chore(main): release push-to-gar-docker 0.6.0
1 parent 58d9866 commit 563a114

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
@@ -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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-06)
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 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))
14+
315
## [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)
416

517

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)