Skip to content

Commit c3b4cf2

Browse files
Merge branch 'release/1.0.1'
2 parents 3b59538 + 4d0d163 commit c3b4cf2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Publish to GitHub packages
13+
- name: Publish Docker Image to GitHub Packages [Container Registry - ghcr.io]
1414
uses: whoan/docker-build-with-cache-action@v5
1515
with:
16-
registry: docker.pkg.github.com
16+
registry: ghcr.io
1717
username: ${{ github.actor }}
1818
password: ${{ secrets.GITHUB_TOKEN }}
1919
image_name: ${{ github.repository }}/home_guardian

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.0.1](https://github.com/johnnymillergh/home_guardian/compare/1.0.0...1.0.1) (2021-11-18)
2+
3+
4+
### Build
5+
* **$GitHub:** migrate to the container registry from the Docker registry ([e23a8af](https://github.com/johnnymillergh/home_guardian/commit/e23a8afa115f08761c7239259b74de5aa030b4f8))
6+
7+
8+
19
# 1.0.0 (2021-11-17)
210

311

0 commit comments

Comments
 (0)