Skip to content

Commit

Permalink
chore(main): release push-to-gar-docker 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 42df8ce commit 86d2bfe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"actions/get-vault-secrets": "1.0.1",
"actions/dockerhub-login": "1.0.0",
"actions/send-slack-message": "2.0.0",
"actions/push-to-gar-docker": "0.1.0",
"actions/push-to-gar-docker": "0.2.0",
"actions/aws-auth": "1.0.0",
"actions/build-push-to-dockerhub": "0.1.0",
"actions/login-to-gar": "0.1.0",
Expand Down
20 changes: 20 additions & 0 deletions actions/push-to-gar-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.2.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.1.0...push-to-gar-docker-v0.2.0) (2025-01-21)


### 🎉 Features

* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f))


### 🐛 Bug Fixes

* login to GAR only on push events ([#670](https://github.com/grafana/shared-workflows/issues/670)) ([c1714b0](https://github.com/grafana/shared-workflows/commit/c1714b03ca3d5cb08308ffb857e615cb9b6d439d))


### 🔧 Miscellaneous Chores

* **deps:** update docker/build-push-action action to v6.11.0 ([#679](https://github.com/grafana/shared-workflows/issues/679)) ([e1b07ec](https://github.com/grafana/shared-workflows/commit/e1b07ec29d283a54c100628a646a8077ac2477ad))
* **deps:** update docker/build-push-action action to v6.12.0 ([#698](https://github.com/grafana/shared-workflows/issues/698)) ([3b08e31](https://github.com/grafana/shared-workflows/commit/3b08e3185a075be3d294bb070cf3e9729312b4af))
* **deps:** update docker/setup-buildx-action action to v3.8.0 ([#654](https://github.com/grafana/shared-workflows/issues/654)) ([d55f5e9](https://github.com/grafana/shared-workflows/commit/d55f5e910f5f76c0b23ba86ef590e2939c475899))
* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53))

## 0.1.0 (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion actions/push-to-gar-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- id: push-to-gar
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.1.0
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.2.0
with:
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
tags: |-
Expand Down

0 comments on commit 86d2bfe

Please sign in to comment.