Skip to content

Commit

Permalink
chore: release main (#47)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>1.5.1</summary>

##
[1.5.1](v1.5.0...v1.5.1)
(2024-08-22)


### Bug Fixes

* remove cache restore key causing incorrect restore files
([#46](#46))
([0590eca](0590eca))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
stord-engineering-account authored Aug 22, 2024
1 parent 0590eca commit 694a5c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/stordco/actions-elixir/compare/v1.5.0...v1.5.1) (2024-08-22)


### Bug Fixes

* remove cache restore key causing incorrect restore files ([#46](https://github.com/stordco/actions-elixir/issues/46)) ([0590eca](https://github.com/stordco/actions-elixir/commit/0590eca9c479112d9a29b22352910db160ebfe6e))

## [1.5.0](https://github.com/stordco/actions-elixir/compare/v1.4.1...v1.5.0) (2024-08-21)


Expand Down
8 changes: 4 additions & 4 deletions docker-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Once you have those set up, you can drop this action in. For simple usage, you s
<!-- {x-release-please-start-version} -->
```yaml
- name: Build Docker
uses: stordco/actions-elixir/docker-build@v1.5.0
uses: stordco/actions-elixir/docker-build@v1.5.1
```
<!-- {x-release-please-end} -->
Expand All @@ -22,7 +22,7 @@ Most of the time when you build a docker image, you'll want to push it as well.
<!-- {x-release-please-start-version} -->
```yaml
- name: Build Docker
uses: stordco/actions-elixir/docker-build@v1.5.0
uses: stordco/actions-elixir/docker-build@v1.5.1
with:
push: true
```
Expand All @@ -33,7 +33,7 @@ If you want to change the default image, or even add multiple, you can do so wit
<!-- {x-release-please-start-version} -->
```yaml
- name: Build Docker
uses: stordco/actions-elixir/docker-build@v1.5.0
uses: stordco/actions-elixir/docker-build@v1.5.1
with:
images: |
ghcr.io/custom-owner/custom-repo
Expand All @@ -46,7 +46,7 @@ Lastly, you'll probably want to install some dependencies from our GitHub organi
<!-- {x-release-please-start-version} -->
```yaml
- name: Build Docker
uses: stordco/actions-elixir/docker-build@v1.5.0
uses: stordco/actions-elixir/docker-build@v1.5.1
with:
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
hex-token: ${{ secrets.HEX_API_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For basic usage, you don't have to specify anything! Just drop this file in your
<!-- {x-release-please-start-version} -->
```yaml
- name: Setup Elixir
uses: stordco/actions-elixir/setup@v1.5.0
uses: stordco/actions-elixir/setup@v1.5.1
```
<!-- {x-release-please-end} -->
Expand All @@ -18,7 +18,7 @@ But some times it's not that simple. If you are using a private package from Git
<!-- {x-release-please-start-version} -->
```yaml
- name: Setup Elixir
uses: stordco/actions-elixir/setup@v1.5.0
uses: stordco/actions-elixir/setup@v1.5.1
with:
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
hex-token: ${{ secrets.HEX_API_KEY }}
Expand All @@ -30,7 +30,7 @@ If you are not using [`asdf`](https://asdf-vm.com/) (which you really should be)
<!-- {x-release-please-start-version} -->
```yaml
- name: Setup Elixir
uses: stordco/actions-elixir/setup@v1.5.0
uses: stordco/actions-elixir/setup@v1.5.1
with:
elixir-version: "1.14"
otp-version: "25.0"
Expand All @@ -42,7 +42,7 @@ Lastly, if things go wrong and your cache is breaking builds, you can manually i
<!-- {x-release-please-start-version} -->
```yaml
- name: Setup Elixir
uses: stordco/actions-elixir/setup@v1.5.0
uses: stordco/actions-elixir/setup@v1.5.1
with:
cache-version: v2
```
Expand Down

0 comments on commit 694a5c6

Please sign in to comment.