Skip to content

Commit

Permalink
chore(main): release build-push-to-dockerhub 0.1.1 (#584)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dimitris Sotirakis <[email protected]>
  • Loading branch information
github-actions[bot] and dsotirakis authored Jan 29, 2025
1 parent 0e0599b commit 402975d
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -5,7 +5,7 @@
"actions/send-slack-message": "2.0.0",
"actions/push-to-gar-docker": "0.1.0",
"actions/aws-auth": "1.0.1",
"actions/build-push-to-dockerhub": "0.1.0",
"actions/build-push-to-dockerhub": "0.1.1",
"actions/login-to-gar": "0.1.1",
"actions/login-to-gcs": "0.2.0",
"actions/argo-lint": "1.0.0",
Expand Down
12 changes: 12 additions & 0 deletions actions/build-push-to-dockerhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub-v0.1.0...build-push-to-dockerhub-v0.1.1) (2025-01-29)


### 🔧 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/build-push-action action to v6.13.0 ([#715](https://github.com/grafana/shared-workflows/issues/715)) ([4b971c2](https://github.com/grafana/shared-workflows/commit/4b971c2583aa388393ad4da89a79b86379fd9197))
* **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))
* **deps:** update docker/setup-qemu-action action to v3.3.0 ([#680](https://github.com/grafana/shared-workflows/issues/680)) ([1f47ea2](https://github.com/grafana/shared-workflows/commit/1f47ea2687b3eb8188f4c00dbdb2658cb6eb3321))
* 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/build-push-to-dockerhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
repository: ${{ github.repository }} # or any other dockerhub repository
context: .
Expand Down

0 comments on commit 402975d

Please sign in to comment.