Skip to content

Commit 96e4673

Browse files
chore(main): release push-to-gar-docker 0.6.1 (#1379)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60eb720 commit 96e4673

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.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.0",
6+
"actions/push-to-gar-docker": "0.6.1",
77
"actions/aws-auth": "1.0.3",
88
"actions/build-push-to-dockerhub": "0.3.0",
99
"actions/login-to-gar": "1.0.0",

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.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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* push-to-gar-docker pin buildx to 0.28.0 ([#1378](https://github.com/grafana/shared-workflows/issues/1378)) ([60eb720](https://github.com/grafana/shared-workflows/commit/60eb7207fa9ce578ff6e52c68f9e13542499f41b))
9+
310
## [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-10-03)
411

512

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

0 commit comments

Comments
 (0)