Skip to content

Commit 99afc12

Browse files
chore(main): release push-to-gar-docker 0.3.1 (#811)
Co-authored-by: dsotirakis <[email protected]>
1 parent ebcac32 commit 99afc12

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"actions/get-vault-secrets": "1.1.0",
44
"actions/dockerhub-login": "1.0.1",
55
"actions/send-slack-message": "2.0.1",
6-
"actions/push-to-gar-docker": "0.2.1",
6+
"actions/push-to-gar-docker": "0.3.1",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
99
"actions/login-to-gar": "0.2.2",

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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.2.1...push-to-gar-docker-v0.3.1) (2025-02-26)
4+
5+
6+
### 🎉 Features
7+
8+
* **push-to-gar-docker:** add custom label input ([#795](https://github.com/grafana/shared-workflows/issues/795)) ([b6aa0b6](https://github.com/grafana/shared-workflows/commit/b6aa0b6312f7cd58416885007204ac9a4a71c094))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **deps:** update docker/build-push-action action to v6.14.0 ([#793](https://github.com/grafana/shared-workflows/issues/793)) ([d750654](https://github.com/grafana/shared-workflows/commit/d750654d770aefa0516e11735cdfdb89b7a380a1))
14+
315
## [0.2.1](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.2.0...push-to-gar-docker-v0.2.1) (2025-02-13)
416

517

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

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

0 commit comments

Comments
 (0)