Skip to content

Commit 76cf4ba

Browse files
chore(main): release push-to-gar-docker 0.7.0
1 parent a9f4661 commit 76cf4ba

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.3.0",
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.4",
6-
"actions/push-to-gar-docker": "0.6.1",
6+
"actions/push-to-gar-docker": "0.7.0",
77
"actions/aws-auth": "1.0.3",
88
"actions/build-push-to-dockerhub": "0.4.0",
99
"actions/login-to-gar": "1.0.1",

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

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

3+
## [0.7.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.6.1...push-to-gar-docker/v0.7.0) (2025-11-13)
4+
5+
6+
### 🎉 Features
7+
8+
* **push-to-gar-docker:** parse registry as input in login-to-gar ([#1492](https://github.com/grafana/shared-workflows/issues/1492)) ([b545d8a](https://github.com/grafana/shared-workflows/commit/b545d8afe61d00248004bf0f5fe076d31037290e))
9+
10+
11+
### 📝 Documentation
12+
13+
* improve docker build action docs ([#1486](https://github.com/grafana/shared-workflows/issues/1486)) ([2dd0b03](https://github.com/grafana/shared-workflows/commit/2dd0b0349e130ca5ccf86b3a61250589a840bdb2))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update docker/metadata-action action to v5.9.0 ([#1501](https://github.com/grafana/shared-workflows/issues/1501)) ([2d5a067](https://github.com/grafana/shared-workflows/commit/2d5a0678eb32b0fd6655b4f7a3a7ec72eaf530ca))
19+
320
## [0.6.1](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.6.0...push-to-gar-docker/v0.6.1) (2025-10-06)
421

522

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

0 commit comments

Comments
 (0)