Skip to content

Commit

Permalink
docs: update digest example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Aug 9, 2022
1 parent c67b12f commit 9b84fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ instead of using an image tag, which is a mutable reference.
```yml
steps:
# Reference a docker image from GitHub Container Registry
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:16ab6c16b1bff6bebdbcc6cfc07dfafff49d23c6818490500b8edb3babfff29e
# Reference a docker image from GitHub Container Registry (example for v2.0.0)
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:91ea452696d93a34a30aff20b34614b75e8fddc82b598fc8fa57c3ac07e6d6da
```
Inspect the
Expand Down

0 comments on commit 9b84fdf

Please sign in to comment.