Skip to content

Commit de81a07

Browse files
chore(main): release push-to-gar-docker 0.4.1 (#949)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d9ee14 commit de81a07

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.2.0",
44
"actions/dockerhub-login": "1.0.1",
55
"actions/send-slack-message": "2.0.1",
6-
"actions/push-to-gar-docker": "0.4.0",
6+
"actions/push-to-gar-docker": "0.4.1",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
99
"actions/login-to-gar": "0.4.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.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)
4+
5+
6+
### 🤖 Continuous Integration
7+
8+
* remove gcp credentials after composite action finishes ([#925](https://github.com/grafana/shared-workflows/issues/925)) ([62f8dda](https://github.com/grafana/shared-workflows/commit/62f8ddaa78b23147b22ba6a38df2b97963dab4b3))
9+
310
## [0.4.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.3.1...push-to-gar-docker-v0.4.0) (2025-04-29)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

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

0 commit comments

Comments
 (0)