Skip to content

Commit ebded14

Browse files
chore(main): release push-to-gar-docker 0.5.0 (#974)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f797fbd commit ebded14

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.0",
44
"actions/dockerhub-login": "1.0.1",
55
"actions/send-slack-message": "2.0.2",
6-
"actions/push-to-gar-docker": "0.4.1",
6+
"actions/push-to-gar-docker": "0.5.0",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
99
"actions/login-to-gar": "0.4.2",

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.5.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.4.1...push-to-gar-docker-v0.5.0) (2025-05-28)
4+
5+
6+
### 🎉 Features
7+
8+
* **push-to-gar-docker,build-push-to-dockerhub:** add support for buildkit secrets ([#990](https://github.com/grafana/shared-workflows/issues/990)) ([bfed586](https://github.com/grafana/shared-workflows/commit/bfed586d71f4799f2506878776b481d00ca84bda))
9+
* **push-to-gar-docker:** enable docker mirror for buildx on self-hosted runners ([#1000](https://github.com/grafana/shared-workflows/issues/1000)) ([77d2ce5](https://github.com/grafana/shared-workflows/commit/77d2ce511c62e35630fdef86985e6faf4a28afcc))
10+
11+
12+
### 📝 Documentation
13+
14+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
15+
* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
16+
317
## [0.4.1](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.4.0...push-to-gar-docker-v0.4.1) (2025-05-07)
418

519

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- id: push-to-gar
32-
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.4.1
32+
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.5.0
3333
with:
3434
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
3535
tags: |-

0 commit comments

Comments
 (0)