Skip to content

Commit 694a5c6

Browse files
chore: release main (#47)
🤖 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).
1 parent 0590eca commit 694a5c6

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/stordco/actions-elixir/compare/v1.5.0...v1.5.1) (2024-08-22)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.5.0](https://github.com/stordco/actions-elixir/compare/v1.4.1...v1.5.0) (2024-08-21)
411

512

docker-build/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Once you have those set up, you can drop this action in. For simple usage, you s
1313
<!-- {x-release-please-start-version} -->
1414
```yaml
1515
- name: Build Docker
16-
uses: stordco/actions-elixir/[email protected].0
16+
uses: stordco/actions-elixir/[email protected].1
1717
```
1818
<!-- {x-release-please-end} -->
1919
@@ -22,7 +22,7 @@ Most of the time when you build a docker image, you'll want to push it as well.
2222
<!-- {x-release-please-start-version} -->
2323
```yaml
2424
- name: Build Docker
25-
uses: stordco/actions-elixir/[email protected].0
25+
uses: stordco/actions-elixir/[email protected].1
2626
with:
2727
push: true
2828
```
@@ -33,7 +33,7 @@ If you want to change the default image, or even add multiple, you can do so wit
3333
<!-- {x-release-please-start-version} -->
3434
```yaml
3535
- name: Build Docker
36-
uses: stordco/actions-elixir/[email protected].0
36+
uses: stordco/actions-elixir/[email protected].1
3737
with:
3838
images: |
3939
ghcr.io/custom-owner/custom-repo
@@ -46,7 +46,7 @@ Lastly, you'll probably want to install some dependencies from our GitHub organi
4646
<!-- {x-release-please-start-version} -->
4747
```yaml
4848
- name: Build Docker
49-
uses: stordco/actions-elixir/[email protected].0
49+
uses: stordco/actions-elixir/[email protected].1
5050
with:
5151
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
5252
hex-token: ${{ secrets.HEX_API_KEY }}

setup/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For basic usage, you don't have to specify anything! Just drop this file in your
99
<!-- {x-release-please-start-version} -->
1010
```yaml
1111
- name: Setup Elixir
12-
uses: stordco/actions-elixir/[email protected].0
12+
uses: stordco/actions-elixir/[email protected].1
1313
```
1414
<!-- {x-release-please-end} -->
1515
@@ -18,7 +18,7 @@ But some times it's not that simple. If you are using a private package from Git
1818
<!-- {x-release-please-start-version} -->
1919
```yaml
2020
- name: Setup Elixir
21-
uses: stordco/actions-elixir/[email protected].0
21+
uses: stordco/actions-elixir/[email protected].1
2222
with:
2323
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2424
hex-token: ${{ secrets.HEX_API_KEY }}
@@ -30,7 +30,7 @@ If you are not using [`asdf`](https://asdf-vm.com/) (which you really should be)
3030
<!-- {x-release-please-start-version} -->
3131
```yaml
3232
- name: Setup Elixir
33-
uses: stordco/actions-elixir/[email protected].0
33+
uses: stordco/actions-elixir/[email protected].1
3434
with:
3535
elixir-version: "1.14"
3636
otp-version: "25.0"
@@ -42,7 +42,7 @@ Lastly, if things go wrong and your cache is breaking builds, you can manually i
4242
<!-- {x-release-please-start-version} -->
4343
```yaml
4444
- name: Setup Elixir
45-
uses: stordco/actions-elixir/[email protected].0
45+
uses: stordco/actions-elixir/[email protected].1
4646
with:
4747
cache-version: v2
4848
```

0 commit comments

Comments
 (0)