Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed May 29, 2024
1 parent 85e5927 commit 77b6f15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/templates/.release_notes.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ You can install this version via pip from [PyPI](https://pypi.org/project/python
python -m pip install services-test4=={{ version }}
```

or pull the Docker image from ghcr.io:
{{ repo_name }}

{{ repo_owner }}

or pull the Docker image from [ghcr.io](https://github.com/afuetterer/services-test4/pkgs/container/services-test4):

```console
docker pull ghcr.io/afuetterer/services-test4:{{ version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: ghcr.io/${{ env.IMAGE_NAME }}
flavor: latest=true
tags: |
type=pep440,pattern={{version}}
type=pep440,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 77b6f15

Please sign in to comment.